Html Css Color HEX #A620AB Dark Orchid

📋 copy color: '#A620AB'

red 166 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #A620AB

Tints of Dark Orchid #A620AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.67%

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 44.99%
G = 8.67%
B = 46.34%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A620AB (or 0xA620AB) is known color: Dark Orchid. HEX triplet: A6, 20 and AB. RGB value is (166,32,171). Sum of RGB (Red+Green+Blue) = 166+32+171=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A620AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A620AB is #59DF54. Grayscale: #575757. Windows color (decimal): -5889877 or 11215014. OLE color: 11215014.

HSL color Cylindrical-coordinate representation of color #A620AB: hue angle of 297.84º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A620AB is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 32 171 -
CMYK 0.03 0.81 0 0.33
HSL 297.84º 0.68% 0.4% -
HSV(B) 297.84º 0.81% 0.67% -
XYZ 23.59 12.08 39.62 -
YUV 87.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 166 32 171 0.03 0.81 0 0.33 297.84 0.68 0.4
Hex A6 20 AB 3 51 0 21 12A 44 28
Octal 246 40 253 3 121 0 41 452 104 50
Binary 10100110 100000 10101011 11 1010001 0 100001 100101010 1000100 101000

Color Harmonies of #A620AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620AB

Black with #A620AB

Text Example


Text Example

White with #A620AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620AB; }

 p { color: rgb(166,32,171); }

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

background-color css

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

 a { background-color: rgb(166,32,171); }

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

border-color css

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

 span { border-color: rgb(166,32,171); }

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