Html Css Color HEX #AA28AD Dark Orchid

📋 copy color: '#AA28AD'

red 170 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #AA28AD

Tints of Dark Orchid #AA28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.17%

R = 44.39%
G = 10.44%
B = 45.17%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA28AD (or 0xAA28AD) is known color: Dark Orchid. HEX triplet: AA, 28 and AD. RGB value is (170,40,173). Sum of RGB (Red+Green+Blue) = 170+40+173=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AD is #55D752. Grayscale: #5D5D5D. Windows color (decimal): -5625683 or 11348138. OLE color: 11348138.

HSL color Cylindrical-coordinate representation of color #AA28AD: hue angle of 298.65º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AA28AD is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 40 173 -
CMYK 0.02 0.77 0 0.32
HSL 298.65º 0.62% 0.42% -
HSV(B) 298.65º 0.77% 0.68% -
XYZ 24.88 13.08 40.75 -
YUV 94.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 170 40 173 0.02 0.77 0 0.32 298.65 0.62 0.42
Hex AA 28 AD 2 4D 0 20 12B 3E 2A
Octal 252 50 255 2 115 0 40 453 76 52
Binary 10101010 101000 10101101 10 1001101 0 100000 100101011 111110 101010

Color Harmonies of #AA28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28AD

Black with #AA28AD

Text Example


Text Example

White with #AA28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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