Html Css Color HEX #A62ABB Dark Orchid

📋 copy color: '#A62ABB'

red 166 ◦ green 42 ◦ blue 187

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

Shades of Dark Orchid #A62ABB

Tints of Dark Orchid #A62ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 42.03%
G = 10.63%
B = 47.34%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A62ABB (or 0xA62ABB) is known color: Dark Orchid. HEX triplet: A6, 2A and BB. RGB value is (166,42,187). Sum of RGB (Red+Green+Blue) = 166+42+187=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A62ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A62ABB is #59D544. Grayscale: #5F5F5F. Windows color (decimal): -5887301 or 12266150. OLE color: 12266150.

HSL color Cylindrical-coordinate representation of color #A62ABB: hue angle of 291.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62ABB is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 42 187 -
CMYK 0.11 0.78 0 0.27
HSL 291.31º 0.63% 0.45% -
HSV(B) 291.31º 0.78% 0.73% -
XYZ 25.52 13.35 48.25 -
YUV 95.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 166 42 187 0.11 0.78 0 0.27 291.31 0.63 0.45
Hex A6 2A BB B 4E 0 1B 123 3F 2D
Octal 246 52 273 13 116 0 33 443 77 55
Binary 10100110 101010 10111011 1011 1001110 0 11011 100100011 111111 101101

Color Harmonies of #A62ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62ABB

Black with #A62ABB

Text Example


Text Example

White with #A62ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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