Html Css Color HEX #A62ADE Dark Orchid

📋 copy color: '#A62ADE'

red 166 ◦ green 42 ◦ blue 222

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

Shades of Dark Orchid #A62ADE

Tints of Dark Orchid #A62ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.63%

R = 38.6%
G = 9.77%
B = 51.63%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A62ADE (or 0xA62ADE) is known color: Dark Orchid. HEX triplet: A6, 2A and DE. RGB value is (166,42,222). Sum of RGB (Red+Green+Blue) = 166+42+222=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 42 (16.80% from 255 or 9.77% from 430); Blue value is 222 (87.11% from 255 or 51.63% from 430); Max value from RGB is 222 - color contains mainly: blue. Hex color #A62ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ADE is #59D521. Grayscale: #636363. Windows color (decimal): -5887266 or 14559910. OLE color: 14559910.

HSL color Cylindrical-coordinate representation of color #A62ADE: hue angle of 281.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62ADE is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 42 222 -
CMYK 0.25 0.81 0 0.13
HSL 281.33º 0.73% 0.52% -
HSV(B) 281.33º 0.81% 0.87% -
XYZ 29.74 15.04 70.44 -
YUV 99.6 197.08 175.36 -
System Red Green Blue C M Y K H S L
Decimal 166 42 222 0.25 0.81 0 0.13 281.33 0.73 0.52
Hex A6 2A DE 19 51 0 D 119 49 34
Octal 246 52 336 31 121 0 15 431 111 64
Binary 10100110 101010 11011110 11001 1010001 0 1101 100011001 1001001 110100

Color Harmonies of #A62ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ADE

Black with #A62ADE

Text Example


Text Example

White with #A62ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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