Html Css Color HEX #AA3D9E Violet Blue

📋 copy color: '#AA3D9E'

red 170 ◦ green 61 ◦ blue 158

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

Shades of Violet Blue #AA3D9E

Tints of Violet Blue #AA3D9E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 43.7%
G = 15.68%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA3D9E (or 0xAA3D9E) is known color: Violet Blue. HEX triplet: AA, 3D and 9E. RGB value is (170,61,158). Sum of RGB (Red+Green+Blue) = 170+61+158=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3D9E is #55C261. Grayscale: #686868. Windows color (decimal): -5620322 or 10370474. OLE color: 10370474.

HSL color Cylindrical-coordinate representation of color #AA3D9E: hue angle of 306.61º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA3D9E is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 158 -
CMYK 0 0.64 0.07 0.33
HSL 306.61º 0.47% 0.45% -
HSV(B) 306.61º 0.64% 0.67% -
XYZ 24.42 14.35 33.83 -
YUV 104.65 158.11 174.61 -
System Red Green Blue C M Y K H S L
Decimal 170 61 158 0 0.64 0.07 0.33 306.61 0.47 0.45
Hex AA 3D 9E 0 40 7 21 133 2F 2D
Octal 252 75 236 0 100 7 41 463 57 55
Binary 10101010 111101 10011110 0 1000000 111 100001 100110011 101111 101101

Color Harmonies of #AA3D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D9E

Black with #AA3D9E

Text Example


Text Example

White with #AA3D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D9E; }

 p { color: rgb(170,61,158); }

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

background-color css

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

 a { background-color: rgb(170,61,158); }

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

border-color css

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

 span { border-color: rgb(170,61,158); }

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