Html Css Color HEX #AA29DF Dark Orchid

📋 copy color: '#AA29DF'

red 170 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #AA29DF

Tints of Dark Orchid #AA29DF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.45%

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

R = 39.17%
G = 9.45%
B = 51.38%

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

#AA29DF (or 0xAA29DF) is known color: Dark Orchid. HEX triplet: AA, 29 and DF. RGB value is (170,41,223). Sum of RGB (Red+Green+Blue) = 170+41+223=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA29DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29DF is #55D620. Grayscale: #636363. Windows color (decimal): -5625377 or 14625194. OLE color: 14625194.

HSL color Cylindrical-coordinate representation of color #AA29DF: hue angle of 282.53º 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 #AA29DF is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 41 223 -
CMYK 0.24 0.82 0 0.13
HSL 282.53º 0.74% 0.52% -
HSV(B) 282.53º 0.82% 0.87% -
XYZ 30.69 15.46 71.18 -
YUV 100.32 197.24 177.7 -
System Red Green Blue C M Y K H S L
Decimal 170 41 223 0.24 0.82 0 0.13 282.53 0.74 0.52
Hex AA 29 DF 18 52 0 D 11B 4A 34
Octal 252 51 337 30 122 0 15 433 112 64
Binary 10101010 101001 11011111 11000 1010010 0 1101 100011011 1001010 110100

Color Harmonies of #AA29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29DF

Black with #AA29DF

Text Example


Text Example

White with #AA29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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