Html Css Color HEX #AA28DE Dark Orchid

📋 copy color: '#AA28DE'

red 170 ◦ green 40 ◦ blue 222

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

Shades of Dark Orchid #AA28DE

Tints of Dark Orchid #AA28DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 39.35%
G = 9.26%
B = 51.39%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA28DE (or 0xAA28DE) is known color: Dark Orchid. HEX triplet: AA, 28 and DE. RGB value is (170,40,222). Sum of RGB (Red+Green+Blue) = 170+40+222=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA28DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28DE is #55D721. Grayscale: #636363. Windows color (decimal): -5625634 or 14559402. OLE color: 14559402.

HSL color Cylindrical-coordinate representation of color #AA28DE: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA28DE is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 40 222 -
CMYK 0.23 0.82 0 0.13
HSL 282.86º 0.73% 0.51% -
HSV(B) 282.86º 0.82% 0.87% -
XYZ 30.52 15.34 70.46 -
YUV 99.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 170 40 222 0.23 0.82 0 0.13 282.86 0.73 0.51
Hex AA 28 DE 17 52 0 D 11B 49 33
Octal 252 50 336 27 122 0 15 433 111 63
Binary 10101010 101000 11011110 10111 1010010 0 1101 100011011 1001001 110011

Color Harmonies of #AA28DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28DE

Black with #AA28DE

Text Example


Text Example

White with #AA28DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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