Html Css Color HEX #A62AE0 Dark Orchid

📋 copy color: '#A62AE0'

red 166 ◦ green 42 ◦ blue 224

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

Shades of Dark Orchid #A62AE0

Tints of Dark Orchid #A62AE0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.72%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 38.43%
G = 9.72%
B = 51.85%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A62AE0 (or 0xA62AE0) is known color: Dark Orchid. HEX triplet: A6, 2A and E0. RGB value is (166,42,224). Sum of RGB (Red+Green+Blue) = 166+42+224=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #A62AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62AE0 is #59D51F. Grayscale: #636363. Windows color (decimal): -5887264 or 14690982. OLE color: 14690982.

HSL color Cylindrical-coordinate representation of color #A62AE0: hue angle of 280.88º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62AE0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 42 224 -
CMYK 0.26 0.81 0 0.12
HSL 280.88º 0.75% 0.52% -
HSV(B) 280.88º 0.81% 0.88% -
XYZ 30.01 15.14 71.86 -
YUV 99.82 198.08 175.2 -
System Red Green Blue C M Y K H S L
Decimal 166 42 224 0.26 0.81 0 0.12 280.88 0.75 0.52
Hex A6 2A E0 1A 51 0 C 119 4B 34
Octal 246 52 340 32 121 0 14 431 113 64
Binary 10100110 101010 11100000 11010 1010001 0 1100 100011001 1001011 110100

Color Harmonies of #A62AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62AE0

Black with #A62AE0

Text Example


Text Example

White with #A62AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62AE0; }

 p { color: rgb(166,42,224); }

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

background-color css

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

 a { background-color: rgb(166,42,224); }

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

border-color css

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

 span { border-color: rgb(166,42,224); }

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