Html Css Color HEX #AA29CF Dark Orchid

📋 copy color: '#AA29CF'

red 170 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #AA29CF

Tints of Dark Orchid #AA29CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 40.67%
G = 9.81%
B = 49.52%

CMYK

 C value IS 0.18

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA29CF (or 0xAA29CF) is known color: Dark Orchid. HEX triplet: AA, 29 and CF. RGB value is (170,41,207). Sum of RGB (Red+Green+Blue) = 170+41+207=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA29CF is #55D630. Grayscale: #616161. Windows color (decimal): -5625393 or 13576618. OLE color: 13576618.

HSL color Cylindrical-coordinate representation of color #AA29CF: hue angle of 286.63º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA29CF is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 41 207 -
CMYK 0.18 0.80 0 0.19
HSL 286.63º 0.67% 0.49% -
HSV(B) 286.63º 0.8% 0.81% -
XYZ 28.63 14.64 60.35 -
YUV 98.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 170 41 207 0.18 0.80 0 0.19 286.63 0.67 0.49
Hex AA 29 CF 12 50 0 13 11F 43 31
Octal 252 51 317 22 120 0 23 437 103 61
Binary 10101010 101001 11001111 10010 1010000 0 10011 100011111 1000011 110001

Color Harmonies of #AA29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA29CF

Black with #AA29CF

Text Example


Text Example

White with #AA29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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