Html Css Color HEX #AA32CF Dark Orchid

📋 copy color: '#AA32CF'

red 170 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #AA32CF

Tints of Dark Orchid #AA32CF

RGB

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

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

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

R = 39.81%
G = 11.71%
B = 48.48%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA32CF (or 0xAA32CF) is known color: Dark Orchid. HEX triplet: AA, 32 and CF. RGB value is (170,50,207). Sum of RGB (Red+Green+Blue) = 170+50+207=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA32CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32CF is #55CD30. Grayscale: #676767. Windows color (decimal): -5623089 or 13578922. OLE color: 13578922.

HSL color Cylindrical-coordinate representation of color #AA32CF: hue angle of 285.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA32CF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 50 207 -
CMYK 0.18 0.76 0 0.19
HSL 285.86º 0.62% 0.5% -
HSV(B) 285.86º 0.76% 0.81% -
XYZ 28.98 15.33 60.46 -
YUV 103.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 170 50 207 0.18 0.76 0 0.19 285.86 0.62 0.5
Hex AA 32 CF 12 4C 0 13 11E 3E 32
Octal 252 62 317 22 114 0 23 436 76 62
Binary 10101010 110010 11001111 10010 1001100 0 10011 100011110 111110 110010

Color Harmonies of #AA32CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32CF

Black with #AA32CF

Text Example


Text Example

White with #AA32CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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