Html Css Color HEX #AA32AF Dark Orchid

📋 copy color: '#AA32AF'

red 170 ◦ green 50 ◦ blue 175

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

Shades of Dark Orchid #AA32AF

Tints of Dark Orchid #AA32AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 43.04%
G = 12.66%
B = 44.3%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AA32AF (or 0xAA32AF) is known color: Dark Orchid. HEX triplet: AA, 32 and AF. RGB value is (170,50,175). Sum of RGB (Red+Green+Blue) = 170+50+175=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #AA32AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AF is #55CD50. Grayscale: #636363. Windows color (decimal): -5623121 or 11481770. OLE color: 11481770.

HSL color Cylindrical-coordinate representation of color #AA32AF: hue angle of 297.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 50 175 -
CMYK 0.03 0.71 0 0.31
HSL 297.6º 0.56% 0.44% -
HSV(B) 297.6º 0.71% 0.69% -
XYZ 25.46 13.92 41.9 -
YUV 100.13 170.26 177.84 -
System Red Green Blue C M Y K H S L
Decimal 170 50 175 0.03 0.71 0 0.31 297.6 0.56 0.44
Hex AA 32 AF 3 47 0 1F 12A 38 2C
Octal 252 62 257 3 107 0 37 452 70 54
Binary 10101010 110010 10101111 11 1000111 0 11111 100101010 111000 101100

Color Harmonies of #AA32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA32AF

Black with #AA32AF

Text Example


Text Example

White with #AA32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA32AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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