Html Css Color HEX #AA32CD Dark Orchid

📋 copy color: '#AA32CD'

red 170 ◦ green 50 ◦ blue 205

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

Shades of Dark Orchid #AA32CD

Tints of Dark Orchid #AA32CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 40%
G = 11.76%
B = 48.24%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA32CD (or 0xAA32CD) is known color: Dark Orchid. HEX triplet: AA, 32 and CD. RGB value is (170,50,205). Sum of RGB (Red+Green+Blue) = 170+50+205=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA32CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32CD is #55CD32. Grayscale: #676767. Windows color (decimal): -5623091 or 13447850. OLE color: 13447850.

HSL color Cylindrical-coordinate representation of color #AA32CD: hue angle of 286.45º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA32CD is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 50 205 -
CMYK 0.17 0.76 0 0.20
HSL 286.45º 0.61% 0.5% -
HSV(B) 286.45º 0.76% 0.8% -
XYZ 28.74 15.24 59.18 -
YUV 103.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 170 50 205 0.17 0.76 0 0.20 286.45 0.61 0.5
Hex AA 32 CD 11 4C 0 14 11E 3D 32
Octal 252 62 315 21 114 0 24 436 75 62
Binary 10101010 110010 11001101 10001 1001100 0 10100 100011110 111101 110010

Color Harmonies of #AA32CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32CD

Black with #AA32CD

Text Example


Text Example

White with #AA32CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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