Html Css Color HEX #AA32BC Dark Orchid

📋 copy color: '#AA32BC'

red 170 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #AA32BC

Tints of Dark Orchid #AA32BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 41.67%
G = 12.25%
B = 46.08%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA32BC (or 0xAA32BC) is known color: Dark Orchid. HEX triplet: AA, 32 and BC. RGB value is (170,50,188). Sum of RGB (Red+Green+Blue) = 170+50+188=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA32BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32BC is #55CD43. Grayscale: #656565. Windows color (decimal): -5623108 or 12333738. OLE color: 12333738.

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

Color convert

RGB 170 50 188 -
CMYK 0.10 0.73 0 0.26
HSL 292.17º 0.58% 0.47% -
HSV(B) 292.17º 0.73% 0.74% -
XYZ 26.8 14.46 48.96 -
YUV 101.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 170 50 188 0.10 0.73 0 0.26 292.17 0.58 0.47
Hex AA 32 BC A 49 0 1A 124 3A 2F
Octal 252 62 274 12 111 0 32 444 72 57
Binary 10101010 110010 10111100 1010 1001001 0 11010 100100100 111010 101111

Color Harmonies of #AA32BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32BC

Black with #AA32BC

Text Example


Text Example

White with #AA32BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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