Html Css Color HEX #A62ADC Dark Orchid

📋 copy color: '#A62ADC'

red 166 ◦ green 42 ◦ blue 220

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

Shades of Dark Orchid #A62ADC

Tints of Dark Orchid #A62ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 38.79%
G = 9.81%
B = 51.4%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A62ADC (or 0xA62ADC) is known color: Dark Orchid. HEX triplet: A6, 2A and DC. RGB value is (166,42,220). Sum of RGB (Red+Green+Blue) = 166+42+220=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #A62ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ADC is #59D523. Grayscale: #626262. Windows color (decimal): -5887268 or 14428838. OLE color: 14428838.

HSL color Cylindrical-coordinate representation of color #A62ADC: hue angle of 281.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A62ADC is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 42 220 -
CMYK 0.25 0.81 0 0.14
HSL 281.8º 0.72% 0.51% -
HSV(B) 281.8º 0.81% 0.86% -
XYZ 29.47 14.93 69.04 -
YUV 99.37 196.08 175.53 -
System Red Green Blue C M Y K H S L
Decimal 166 42 220 0.25 0.81 0 0.14 281.8 0.72 0.51
Hex A6 2A DC 19 51 0 E 11A 48 33
Octal 246 52 334 31 121 0 16 432 110 63
Binary 10100110 101010 11011100 11001 1010001 0 1110 100011010 1001000 110011

Color Harmonies of #A62ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ADC

Black with #A62ADC

Text Example


Text Example

White with #A62ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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