Html Css Color HEX #AA5DB4 Violet Blue

📋 copy color: '#AA5DB4'

red 170 ◦ green 93 ◦ blue 180

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

Shades of Violet Blue #AA5DB4

Tints of Violet Blue #AA5DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.99%

 BLUE value IS 180 (70.7% from 255) = 40.63%

R = 38.37%
G = 20.99%
B = 40.63%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AA5DB4 (or 0xAA5DB4) is known color: Violet Blue. HEX triplet: AA, 5D and B4. RGB value is (170,93,180). Sum of RGB (Red+Green+Blue) = 170+93+180=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #AA5DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DB4 is #55A24B. Grayscale: #7D7D7D. Windows color (decimal): -5612108 or 11820458. OLE color: 11820458.

HSL color Cylindrical-coordinate representation of color #AA5DB4: hue angle of 293.1º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5DB4 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 93 180 -
CMYK 0.06 0.48 0 0.29
HSL 293.1º 0.37% 0.54% -
HSV(B) 293.1º 0.48% 0.71% -
XYZ 28.73 19.67 45.46 -
YUV 125.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 170 93 180 0.06 0.48 0 0.29 293.1 0.37 0.54
Hex AA 5D B4 6 30 0 1D 125 25 36
Octal 252 135 264 6 60 0 35 445 45 66
Binary 10101010 1011101 10110100 110 110000 0 11101 100100101 100101 110110

Color Harmonies of #AA5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5DB4

Black with #AA5DB4

Text Example


Text Example

White with #AA5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5DB4; }

 p { color: rgb(170,93,180); }

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

background-color css

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

 a { background-color: rgb(170,93,180); }

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

border-color css

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

 span { border-color: rgb(170,93,180); }

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