Html Css Color HEX #AA28AB Dark Orchid

📋 copy color: '#AA28AB'

red 170 ◦ green 40 ◦ blue 171

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

Shades of Dark Orchid #AA28AB

Tints of Dark Orchid #AA28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.5%

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

R = 44.62%
G = 10.5%
B = 44.88%

CMYK

 C value IS 0.01

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA28AB (or 0xAA28AB) is known color: Dark Orchid. HEX triplet: AA, 28 and AB. RGB value is (170,40,171). Sum of RGB (Red+Green+Blue) = 170+40+171=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AB is #55D754. Grayscale: #5D5D5D. Windows color (decimal): -5625685 or 11217066. OLE color: 11217066.

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

Color convert

RGB 170 40 171 -
CMYK 0.01 0.77 0 0.33
HSL 299.54º 0.62% 0.41% -
HSV(B) 299.54º 0.77% 0.67% -
XYZ 24.69 13 39.74 -
YUV 93.8 171.57 182.35 -
System Red Green Blue C M Y K H S L
Decimal 170 40 171 0.01 0.77 0 0.33 299.54 0.62 0.41
Hex AA 28 AB 1 4D 0 21 12C 3E 29
Octal 252 50 253 1 115 0 41 454 76 51
Binary 10101010 101000 10101011 1 1001101 0 100001 100101100 111110 101001

Color Harmonies of #AA28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28AB

Black with #AA28AB

Text Example


Text Example

White with #AA28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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