Html Css Color HEX #AA32DF Dark Orchid

📋 copy color: '#AA32DF'

red 170 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #AA32DF

Tints of Dark Orchid #AA32DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

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

R = 38.37%
G = 11.29%
B = 50.34%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA32DF (or 0xAA32DF) is known color: Dark Orchid. HEX triplet: AA, 32 and DF. RGB value is (170,50,223). Sum of RGB (Red+Green+Blue) = 170+50+223=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA32DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32DF is #55CD20. Grayscale: #696969. Windows color (decimal): -5623073 or 14627498. OLE color: 14627498.

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

Color convert

RGB 170 50 223 -
CMYK 0.24 0.78 0 0.13
HSL 281.62º 0.73% 0.54% -
HSV(B) 281.62º 0.78% 0.87% -
XYZ 31.04 16.15 71.29 -
YUV 105.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 170 50 223 0.24 0.78 0 0.13 281.62 0.73 0.54
Hex AA 32 DF 18 4E 0 D 11A 49 36
Octal 252 62 337 30 116 0 15 432 111 66
Binary 10101010 110010 11011111 11000 1001110 0 1101 100011010 1001001 110110

Color Harmonies of #AA32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32DF

Black with #AA32DF

Text Example


Text Example

White with #AA32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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