Html Css Color HEX #AA3D9F Violet Blue

📋 copy color: '#AA3D9F'

red 170 ◦ green 61 ◦ blue 159

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

Shades of Violet Blue #AA3D9F

Tints of Violet Blue #AA3D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 43.59%
G = 15.64%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA3D9F (or 0xAA3D9F) is known color: Violet Blue. HEX triplet: AA, 3D and 9F. RGB value is (170,61,159). Sum of RGB (Red+Green+Blue) = 170+61+159=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3D9F is #55C260. Grayscale: #686868. Windows color (decimal): -5620321 or 10436010. OLE color: 10436010.

HSL color Cylindrical-coordinate representation of color #AA3D9F: hue angle of 306.06º 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 #AA3D9F is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 61 159 -
CMYK 0 0.64 0.06 0.33
HSL 306.06º 0.47% 0.45% -
HSV(B) 306.06º 0.64% 0.67% -
XYZ 24.5 14.39 34.29 -
YUV 104.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 170 61 159 0 0.64 0.06 0.33 306.06 0.47 0.45
Hex AA 3D 9F 0 40 6 21 132 2F 2D
Octal 252 75 237 0 100 6 41 462 57 55
Binary 10101010 111101 10011111 0 1000000 110 100001 100110010 101111 101101

Color Harmonies of #AA3D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D9F

Black with #AA3D9F

Text Example


Text Example

White with #AA3D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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