Html Css Color HEX #AA3F9C Violet Blue

📋 copy color: '#AA3F9C'

red 170 ◦ green 63 ◦ blue 156

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

Shades of Violet Blue #AA3F9C

Tints of Violet Blue #AA3F9C

RGB

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

 GREEN value IS 63 (25% from 255) = 16.2%

 BLUE value IS 156 (61.33% from 255) = 40.1%

R = 43.7%
G = 16.2%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA3F9C (or 0xAA3F9C) is known color: Violet Blue. HEX triplet: AA, 3F and 9C. RGB value is (170,63,156). Sum of RGB (Red+Green+Blue) = 170+63+156=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3F9C is #55C063. Grayscale: #696969. Windows color (decimal): -5619812 or 10239914. OLE color: 10239914.

HSL color Cylindrical-coordinate representation of color #AA3F9C: hue angle of 307.85º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F9C is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 63 156 -
CMYK 0 0.63 0.08 0.33
HSL 307.85º 0.46% 0.46% -
HSV(B) 307.85º 0.63% 0.67% -
XYZ 24.36 14.5 32.97 -
YUV 105.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 170 63 156 0 0.63 0.08 0.33 307.85 0.46 0.46
Hex AA 3F 9C 0 3F 8 21 134 2E 2E
Octal 252 77 234 0 77 10 41 464 56 56
Binary 10101010 111111 10011100 0 111111 1000 100001 100110100 101110 101110

Color Harmonies of #AA3F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F9C

Black with #AA3F9C

Text Example


Text Example

White with #AA3F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F9C; }

 p { color: rgb(170,63,156); }

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

background-color css

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

 a { background-color: rgb(170,63,156); }

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

border-color css

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

 span { border-color: rgb(170,63,156); }

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