Html Css Color HEX #AA28DF Dark Orchid

📋 copy color: '#AA28DF'

red 170 ◦ green 40 ◦ blue 223

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

Shades of Dark Orchid #AA28DF

Tints of Dark Orchid #AA28DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 39.26%
G = 9.24%
B = 51.5%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA28DF (or 0xAA28DF) is known color: Dark Orchid. HEX triplet: AA, 28 and DF. RGB value is (170,40,223). Sum of RGB (Red+Green+Blue) = 170+40+223=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA28DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA28DF is #55D720. Grayscale: #636363. Windows color (decimal): -5625633 or 14624938. OLE color: 14624938.

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

Color convert

RGB 170 40 223 -
CMYK 0.24 0.82 0 0.13
HSL 282.62º 0.74% 0.52% -
HSV(B) 282.62º 0.82% 0.87% -
XYZ 30.66 15.39 71.17 -
YUV 99.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 170 40 223 0.24 0.82 0 0.13 282.62 0.74 0.52
Hex AA 28 DF 18 52 0 D 11B 4A 34
Octal 252 50 337 30 122 0 15 433 112 64
Binary 10101010 101000 11011111 11000 1010010 0 1101 100011011 1001010 110100

Color Harmonies of #AA28DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA28DF

Black with #AA28DF

Text Example


Text Example

White with #AA28DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA28DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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