Html Css Color HEX #A639CC Dark Orchid

📋 copy color: '#A639CC'

red 166 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #A639CC

Tints of Dark Orchid #A639CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 38.88%
G = 13.35%
B = 47.78%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A639CC (or 0xA639CC) is known color: Dark Orchid. HEX triplet: A6, 39 and CC. RGB value is (166,57,204). Sum of RGB (Red+Green+Blue) = 166+57+204=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #A639CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639CC is #59C633. Grayscale: #696969. Windows color (decimal): -5883444 or 13384102. OLE color: 13384102.

HSL color Cylindrical-coordinate representation of color #A639CC: hue angle of 284.49º 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 #A639CC is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 57 204 -
CMYK 0.19 0.72 0 0.2
HSL 284.49º 0.59% 0.51% -
HSV(B) 284.49º 0.72% 0.8% -
XYZ 28.09 15.39 58.62 -
YUV 106.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 166 57 204 0.19 0.72 0 0.2 284.49 0.59 0.51
Hex A6 39 CC 13 48 0 14 11C 3B 33
Octal 246 71 314 23 110 0 24 434 73 63
Binary 10100110 111001 11001100 10011 1001000 0 10100 100011100 111011 110011

Color Harmonies of #A639CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639CC

Black with #A639CC

Text Example


Text Example

White with #A639CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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