Html Css Color HEX #AA28E6 Dark Orchid

📋 copy color: '#AA28E6'

red 170 ◦ green 40 ◦ blue 230

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

Shades of Dark Orchid #AA28E6

Tints of Dark Orchid #AA28E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.27%

R = 38.64%
G = 9.09%
B = 52.27%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA28E6 (or 0xAA28E6) is known color: Dark Orchid. HEX triplet: AA, 28 and E6. RGB value is (170,40,230). Sum of RGB (Red+Green+Blue) = 170+40+230=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 40 (16.02% from 255 or 9.09% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA28E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA28E6 is #55D719. Grayscale: #636363. Windows color (decimal): -5625626 or 15083690. OLE color: 15083690.

HSL color Cylindrical-coordinate representation of color #AA28E6: hue angle of 281.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA28E6 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 40 230 -
CMYK 0.26 0.83 0 0.10
HSL 281.05º 0.79% 0.53% -
HSV(B) 281.05º 0.83% 0.9% -
XYZ 31.62 15.78 76.24 -
YUV 100.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 170 40 230 0.26 0.83 0 0.10 281.05 0.79 0.53
Hex AA 28 E6 1A 53 0 A 119 4F 35
Octal 252 50 346 32 123 0 12 431 117 65
Binary 10101010 101000 11100110 11010 1010011 0 1010 100011001 1001111 110101

Color Harmonies of #AA28E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28E6

Black with #AA28E6

Text Example


Text Example

White with #AA28E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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