Html Css Color HEX #AA32BE Dark Orchid

📋 copy color: '#AA32BE'

red 170 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #AA32BE

Tints of Dark Orchid #AA32BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 41.46%
G = 12.2%
B = 46.34%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA32BE (or 0xAA32BE) is known color: Dark Orchid. HEX triplet: AA, 32 and BE. RGB value is (170,50,190). Sum of RGB (Red+Green+Blue) = 170+50+190=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32BE is #55CD41. Grayscale: #656565. Windows color (decimal): -5623106 or 12464810. OLE color: 12464810.

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

Color convert

RGB 170 50 190 -
CMYK 0.11 0.74 0 0.25
HSL 291.43º 0.58% 0.47% -
HSV(B) 291.43º 0.74% 0.75% -
XYZ 27.01 14.54 50.1 -
YUV 101.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 170 50 190 0.11 0.74 0 0.25 291.43 0.58 0.47
Hex AA 32 BE B 4A 0 19 123 3A 2F
Octal 252 62 276 13 112 0 31 443 72 57
Binary 10101010 110010 10111110 1011 1001010 0 11001 100100011 111010 101111

Color Harmonies of #AA32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32BE

Black with #AA32BE

Text Example


Text Example

White with #AA32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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