#a733d4

Color #A733D4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A733D4

Tints of Dark Orchid #A733D4

Color information

#A733D4 (or 0xA733D4) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and D4. RGB value is (167,51,212). Sum of RGB (Red+Green+Blue) = 167+51+212=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #A733D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733D4 is #58CC2B. Grayscale: #676767. Windows color (decimal): -5819436 or 13906855. OLE color: 13906855.

HSL color Cylindrical-coordinate representation of color #A733D4: hue angle of 283.23º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A733D4 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16751212-
CMYK0.210.7600.17
HSL283.23º65.18%51.57%-
HSV(B)283.23º75.94%83.14%-
XYZ2915.3463.72-
YUV104.04188.93172.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 38.84%
GREEN value IS 51 (20.31% from 255) = 11.86%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=38.84%
G=11.86%
B=49.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal167512120.210.7600.17283.2365.1851.57
HexA733D4154C01111b4134
Octal247633242511402143310164
Binary10100111110011110101001010110011000100011000110111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a733d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a733d4; }

 p { color: rgb(167,51,212); }

 H1.HeaderClassName
 {
   color: #a733d4;
 }
 .AnyTagClassName
 {
   color: #a733d4;
 }
</style>
background-color css

<style>
 a { background-color: #a733d4; }

 a { background-color: rgb(167,51,212); }

 div.DivClassName
 {
   background-color: #a733d4;
 }
 .BgClassName
 {
   background-color: #a733d4;
 }
</style>
border-color css

<style>
 span { border-color: #a733d4; }

 span { border-color: rgb(167,51,212); }

 td.TdClassName
 {
   border-color: #a733d4;
 }
 .TagClassName
 {
   border-color: #a733d4;
 }
</style>