Html Css Color HEX #AA2FAB Dark Orchid

📋 copy color: '#AA2FAB'

red 170 ◦ green 47 ◦ blue 171

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

Shades of Dark Orchid #AA2FAB

Tints of Dark Orchid #AA2FAB

RGB

 RED value IS 170 (66.8% from 255) = 43.81%

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 43.81%
G = 12.11%
B = 44.07%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA2FAB (or 0xAA2FAB) is known color: Dark Orchid. HEX triplet: AA, 2F and AB. RGB value is (170,47,171). Sum of RGB (Red+Green+Blue) = 170+47+171=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA2FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2FAB is #55D054. Grayscale: #616161. Windows color (decimal): -5623893 or 11218858. OLE color: 11218858.

HSL color Cylindrical-coordinate representation of color #AA2FAB: hue angle of 299.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA2FAB is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 47 171 -
CMYK 0.01 0.73 0 0.33
HSL 299.52º 0.57% 0.43% -
HSV(B) 299.52º 0.73% 0.67% -
XYZ 24.94 13.52 39.82 -
YUV 97.91 169.25 179.42 -
System Red Green Blue C M Y K H S L
Decimal 170 47 171 0.01 0.73 0 0.33 299.52 0.57 0.43
Hex AA 2F AB 1 49 0 21 12C 39 2B
Octal 252 57 253 1 111 0 41 454 71 53
Binary 10101010 101111 10101011 1 1001001 0 100001 100101100 111001 101011

Color Harmonies of #AA2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2FAB

Black with #AA2FAB

Text Example


Text Example

White with #AA2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2FAB; }

 p { color: rgb(170,47,171); }

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

background-color css

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

 a { background-color: rgb(170,47,171); }

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

border-color css

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

 span { border-color: rgb(170,47,171); }

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