#A634CB

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

Shades of Dark Orchid #A634CB

Tints of Dark Orchid #A634CB

Color information

#A634CB (or 0xA634CB) is unknown color: approx Dark Orchid. HEX triplet: A6, 34 and CB. RGB value is (166,52,203). Sum of RGB (Red+Green+Blue) = 166+52+203=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #A634CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A634CB is #59CB34. Grayscale: #666666. Windows color (decimal): -5884725 or 13317286. OLE color: 13317286.

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

Color convert

RGB16652203-
CMYK0.180.7400.20
HSL285.3º59.22%50%-
HSV(B)285.3º74.38%79.61%-
XYZ27.7314.8757.91-
YUV103.3184.27172.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 52 (20.70% from 255) = 12.35%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=39.43%
G=12.35%
B=48.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166522030.180.7400.20285.359.2250
HexA634CB124A01411d3b32
Octal24664313221120244357362
Binary1010011011010011001011100101001010010100100011101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A634CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A634CB; }

 p { color: rgb(166,52,203); }

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

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

 a { background-color: rgb(166,52,203); }

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

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

 span { border-color: rgb(166,52,203); }

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