Html Css Color HEX #AA28CA Dark Orchid

📋 copy color: '#AA28CA'

red 170 ◦ green 40 ◦ blue 202

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

Shades of Dark Orchid #AA28CA

Tints of Dark Orchid #AA28CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 41.26%
G = 9.71%
B = 49.03%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA28CA (or 0xAA28CA) is known color: Dark Orchid. HEX triplet: AA, 28 and CA. RGB value is (170,40,202). Sum of RGB (Red+Green+Blue) = 170+40+202=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA28CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28CA is #55D735. Grayscale: #606060. Windows color (decimal): -5625654 or 13248682. OLE color: 13248682.

HSL color Cylindrical-coordinate representation of color #AA28CA: hue angle of 288.15º 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 #AA28CA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 40 202 -
CMYK 0.16 0.80 0 0.21
HSL 288.15º 0.67% 0.47% -
HSV(B) 288.15º 0.8% 0.79% -
XYZ 28 14.33 57.17 -
YUV 97.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 170 40 202 0.16 0.80 0 0.21 288.15 0.67 0.47
Hex AA 28 CA 10 50 0 15 120 43 2F
Octal 252 50 312 20 120 0 25 440 103 57
Binary 10101010 101000 11001010 10000 1010000 0 10101 100100000 1000011 101111

Color Harmonies of #AA28CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28CA

Black with #AA28CA

Text Example


Text Example

White with #AA28CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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