Html Css Color HEX #A62CC9 Dark Orchid

📋 copy color: '#A62CC9'

red 166 ◦ green 44 ◦ blue 201

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

Shades of Dark Orchid #A62CC9

Tints of Dark Orchid #A62CC9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.71%

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 40.39%
G = 10.71%
B = 48.91%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A62CC9 (or 0xA62CC9) is known color: Dark Orchid. HEX triplet: A6, 2C and C9. RGB value is (166,44,201). Sum of RGB (Red+Green+Blue) = 166+44+201=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #A62CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62CC9 is #59D336. Grayscale: #616161. Windows color (decimal): -5886775 or 13184166. OLE color: 13184166.

HSL color Cylindrical-coordinate representation of color #A62CC9: hue angle of 286.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62CC9 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 44 201 -
CMYK 0.17 0.78 0 0.21
HSL 286.62º 0.64% 0.48% -
HSV(B) 286.62º 0.78% 0.79% -
XYZ 27.17 14.13 56.55 -
YUV 98.38 185.92 176.23 -
System Red Green Blue C M Y K H S L
Decimal 166 44 201 0.17 0.78 0 0.21 286.62 0.64 0.48
Hex A6 2C C9 11 4E 0 15 11F 40 30
Octal 246 54 311 21 116 0 25 437 100 60
Binary 10100110 101100 11001001 10001 1001110 0 10101 100011111 1000000 110000

Color Harmonies of #A62CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62CC9

Black with #A62CC9

Text Example


Text Example

White with #A62CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62CC9; }

 p { color: rgb(166,44,201); }

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

background-color css

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

 a { background-color: rgb(166,44,201); }

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

border-color css

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

 span { border-color: rgb(166,44,201); }

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