Html Css Color HEX #AA32BD Dark Orchid

📋 copy color: '#AA32BD'

red 170 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #AA32BD

Tints of Dark Orchid #AA32BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 41.56%
G = 12.22%
B = 46.21%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA32BD (or 0xAA32BD) is known color: Dark Orchid. HEX triplet: AA, 32 and BD. RGB value is (170,50,189). Sum of RGB (Red+Green+Blue) = 170+50+189=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA32BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32BD is #55CD42. Grayscale: #656565. Windows color (decimal): -5623107 or 12399274. OLE color: 12399274.

HSL color Cylindrical-coordinate representation of color #AA32BD: hue angle of 291.8º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA32BD is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 50 189 -
CMYK 0.10 0.74 0 0.26
HSL 291.8º 0.58% 0.47% -
HSV(B) 291.8º 0.74% 0.74% -
XYZ 26.9 14.5 49.53 -
YUV 101.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 170 50 189 0.10 0.74 0 0.26 291.8 0.58 0.47
Hex AA 32 BD A 4A 0 1A 124 3A 2F
Octal 252 62 275 12 112 0 32 444 72 57
Binary 10101010 110010 10111101 1010 1001010 0 11010 100100100 111010 101111

Color Harmonies of #AA32BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32BD

Black with #AA32BD

Text Example


Text Example

White with #AA32BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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