#A738CB

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

Shades of Dark Orchid #A738CB

Tints of Dark Orchid #A738CB

Color information

#A738CB (or 0xA738CB) is unknown color: approx Dark Orchid. HEX triplet: A7, 38 and CB. RGB value is (167,56,203). Sum of RGB (Red+Green+Blue) = 167+56+203=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #A738CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A738CB is #58C734. Grayscale: #696969. Windows color (decimal): -5818165 or 13318311. OLE color: 13318311.

HSL color Cylindrical-coordinate representation of color #A738CB: hue angle of 285.31º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A738CB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16756203-
CMYK0.180.7200.20
HSL285.31º58.57%50.78%-
HSV(B)285.31º72.41%79.61%-
XYZ28.1315.3657.98-
YUV105.95182.77171.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.20%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=39.20%
G=13.15%
B=47.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal167562030.180.7200.20285.3158.5750.78
HexA738CB124801411d3b33
Octal24770313221100244357363
Binary1010011111100011001011100101001000010100100011101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A738CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A738CB; }

 p { color: rgb(167,56,203); }

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

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

 a { background-color: rgb(167,56,203); }

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

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

 span { border-color: rgb(167,56,203); }

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