Html Css Color HEX #AA28AA Dark Orchid

📋 copy color: '#AA28AA'

red 170 ◦ green 40 ◦ blue 170

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

Shades of Dark Orchid #AA28AA

Tints of Dark Orchid #AA28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.74%

R = 44.74%
G = 10.53%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA28AA (or 0xAA28AA) is known color: Dark Orchid. HEX triplet: AA, 28 and AA. RGB value is (170,40,170). Sum of RGB (Red+Green+Blue) = 170+40+170=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: red, blue. Hex color #AA28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA28AA is #55D755. Grayscale: #5D5D5D. Windows color (decimal): -5625686 or 11151530. OLE color: 11151530.

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

Color convert

RGB 170 40 170 -
CMYK 0 0.76 0 0.33
HSL 300º 0.62% 0.41% -
HSV(B) 300º 0.76% 0.67% -
XYZ 24.59 12.97 39.24 -
YUV 93.69 171.07 182.43 -
System Red Green Blue C M Y K H S L
Decimal 170 40 170 0 0.76 0 0.33 300 0.62 0.41
Hex AA 28 AA 0 4C 0 21 12C 3E 29
Octal 252 50 252 0 114 0 41 454 76 51
Binary 10101010 101000 10101010 0 1001100 0 100001 100101100 111110 101001

Color Harmonies of #AA28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28AA

Black with #AA28AA

Text Example


Text Example

White with #AA28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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