Html Css Color HEX #A920AB Dark Orchid

📋 copy color: '#A920AB'

red 169 ◦ green 32 ◦ blue 171

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

Shades of Dark Orchid #A920AB

Tints of Dark Orchid #A920AB

RGB

 RED value IS 169 (66.41% from 255) = 45.43%

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

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

R = 45.43%
G = 8.6%
B = 45.97%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A920AB (or 0xA920AB) is known color: Dark Orchid. HEX triplet: A9, 20 and AB. RGB value is (169,32,171). Sum of RGB (Red+Green+Blue) = 169+32+171=372 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.43% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A920AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A920AB is #56DF54. Grayscale: #585858. Windows color (decimal): -5693269 or 11215017. OLE color: 11215017.

HSL color Cylindrical-coordinate representation of color #A920AB: hue angle of 299.14º 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 #A920AB is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 32 171 -
CMYK 0.01 0.81 0 0.33
HSL 299.14º 0.68% 0.4% -
HSV(B) 299.14º 0.81% 0.67% -
XYZ 24.23 12.41 39.65 -
YUV 88.81 174.39 185.2 -
System Red Green Blue C M Y K H S L
Decimal 169 32 171 0.01 0.81 0 0.33 299.14 0.68 0.4
Hex A9 20 AB 1 51 0 21 12B 44 28
Octal 251 40 253 1 121 0 41 453 104 50
Binary 10101001 100000 10101011 1 1010001 0 100001 100101011 1000100 101000

Color Harmonies of #A920AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A920AB

Black with #A920AB

Text Example


Text Example

White with #A920AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A920AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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