Html Css Color HEX #A639CB Dark Orchid

📋 copy color: '#A639CB'

red 166 ◦ green 57 ◦ blue 203

#A639CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A639CB

Tints of Dark Orchid #A639CB

RGB

 RED value IS 166 (65.23% from 255) = 38.97%

 GREEN value IS 57 (22.66% from 255) = 13.38%

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 38.97%
G = 13.38%
B = 47.65%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A639CB (or 0xA639CB) is known color: Dark Orchid. HEX triplet: A6, 39 and CB. RGB value is (166,57,203). Sum of RGB (Red+Green+Blue) = 166+57+203=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 57 (22.66% from 255 or 13.38% 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 #A639CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639CB is #59C634. Grayscale: #696969. Windows color (decimal): -5883445 or 13318566. OLE color: 13318566.

HSL color Cylindrical-coordinate representation of color #A639CB: hue angle of 284.79º degrees, saturation: 0.58, 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 #A639CB is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 57 203 -
CMYK 0.18 0.72 0 0.20
HSL 284.79º 0.58% 0.51% -
HSV(B) 284.79º 0.72% 0.8% -
XYZ 27.97 15.35 57.99 -
YUV 106.24 182.61 170.63 -
System Red Green Blue C M Y K H S L
Decimal 166 57 203 0.18 0.72 0 0.20 284.79 0.58 0.51
Hex A6 39 CB 12 48 0 14 11D 3A 33
Octal 246 71 313 22 110 0 24 435 72 63
Binary 10100110 111001 11001011 10010 1001000 0 10100 100011101 111010 110011

Color Harmonies of #A639CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639CB

Black with #A639CB

Text Example


Text Example

White with #A639CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639CB; }

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

 H1.HeaderClassName
 {
   color: #A639CB;
 }
 .AnyTagClassName
 {
   color: #A639CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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