Html Css Color HEX #A62ABD Dark Orchid

📋 copy color: '#A62ABD'

red 166 ◦ green 42 ◦ blue 189

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

Shades of Dark Orchid #A62ABD

Tints of Dark Orchid #A62ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 41.81%
G = 10.58%
B = 47.61%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A62ABD (or 0xA62ABD) is known color: Dark Orchid. HEX triplet: A6, 2A and BD. RGB value is (166,42,189). Sum of RGB (Red+Green+Blue) = 166+42+189=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #A62ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ABD is #59D542. Grayscale: #5F5F5F. Windows color (decimal): -5887299 or 12397222. OLE color: 12397222.

HSL color Cylindrical-coordinate representation of color #A62ABD: hue angle of 290.61º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62ABD is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 42 189 -
CMYK 0.12 0.78 0 0.26
HSL 290.61º 0.64% 0.45% -
HSV(B) 290.61º 0.78% 0.74% -
XYZ 25.74 13.44 49.38 -
YUV 95.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 166 42 189 0.12 0.78 0 0.26 290.61 0.64 0.45
Hex A6 2A BD C 4E 0 1A 123 40 2D
Octal 246 52 275 14 116 0 32 443 100 55
Binary 10100110 101010 10111101 1100 1001110 0 11010 100100011 1000000 101101

Color Harmonies of #A62ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ABD

Black with #A62ABD

Text Example


Text Example

White with #A62ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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