Html Css Color HEX #AA28BB Dark Orchid

📋 copy color: '#AA28BB'

red 170 ◦ green 40 ◦ blue 187

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

Shades of Dark Orchid #AA28BB

Tints of Dark Orchid #AA28BB

RGB

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

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

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

R = 42.82%
G = 10.08%
B = 47.1%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA28BB (or 0xAA28BB) is known color: Dark Orchid. HEX triplet: AA, 28 and BB. RGB value is (170,40,187). Sum of RGB (Red+Green+Blue) = 170+40+187=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28BB is #55D744. Grayscale: #5F5F5F. Windows color (decimal): -5625669 or 12265642. OLE color: 12265642.

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

Color convert

RGB 170 40 187 -
CMYK 0.09 0.79 0 0.27
HSL 293.06º 0.65% 0.45% -
HSV(B) 293.06º 0.79% 0.73% -
XYZ 26.31 13.65 48.26 -
YUV 95.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 170 40 187 0.09 0.79 0 0.27 293.06 0.65 0.45
Hex AA 28 BB 9 4F 0 1B 125 41 2D
Octal 252 50 273 11 117 0 33 445 101 55
Binary 10101010 101000 10111011 1001 1001111 0 11011 100100101 1000001 101101

Color Harmonies of #AA28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28BB

Black with #AA28BB

Text Example


Text Example

White with #AA28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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