Html Css Color HEX #AA3DAB Violet Blue

📋 copy color: '#AA3DAB'

red 170 ◦ green 61 ◦ blue 171

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

Shades of Violet Blue #AA3DAB

Tints of Violet Blue #AA3DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.54%

R = 42.29%
G = 15.17%
B = 42.54%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA3DAB (or 0xAA3DAB) is known color: Violet Blue. HEX triplet: AA, 3D and AB. RGB value is (170,61,171). Sum of RGB (Red+Green+Blue) = 170+61+171=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA3DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA3DAB is #55C254. Grayscale: #696969. Windows color (decimal): -5620309 or 11222442. OLE color: 11222442.

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

Color convert

RGB 170 61 171 -
CMYK 0.01 0.64 0 0.33
HSL 299.45º 0.47% 0.45% -
HSV(B) 299.45º 0.64% 0.67% -
XYZ 25.6 14.82 40.04 -
YUV 106.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 170 61 171 0.01 0.64 0 0.33 299.45 0.47 0.45
Hex AA 3D AB 1 40 0 21 12B 2F 2D
Octal 252 75 253 1 100 0 41 453 57 55
Binary 10101010 111101 10101011 1 1000000 0 100001 100101011 101111 101101

Color Harmonies of #AA3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3DAB

Black with #AA3DAB

Text Example


Text Example

White with #AA3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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