Html Css Color HEX #AA28C9 Dark Orchid

📋 copy color: '#AA28C9'

red 170 ◦ green 40 ◦ blue 201

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

Shades of Dark Orchid #AA28C9

Tints of Dark Orchid #AA28C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 41.36%
G = 9.73%
B = 48.91%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA28C9 (or 0xAA28C9) is known color: Dark Orchid. HEX triplet: AA, 28 and C9. RGB value is (170,40,201). Sum of RGB (Red+Green+Blue) = 170+40+201=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA28C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28C9 is #55D736. Grayscale: #606060. Windows color (decimal): -5625655 or 13183146. OLE color: 13183146.

HSL color Cylindrical-coordinate representation of color #AA28C9: hue angle of 288.45º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA28C9 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 40 201 -
CMYK 0.15 0.80 0 0.21
HSL 288.45º 0.67% 0.47% -
HSV(B) 288.45º 0.8% 0.79% -
XYZ 27.88 14.28 56.55 -
YUV 97.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 170 40 201 0.15 0.80 0 0.21 288.45 0.67 0.47
Hex AA 28 C9 F 50 0 15 120 43 2F
Octal 252 50 311 17 120 0 25 440 103 57
Binary 10101010 101000 11001001 1111 1010000 0 10101 100100000 1000011 101111

Color Harmonies of #AA28C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28C9

Black with #AA28C9

Text Example


Text Example

White with #AA28C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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