Html Css Color HEX #AA439D Violet Blue

📋 copy color: '#AA439D'

red 170 ◦ green 67 ◦ blue 157

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

Shades of Violet Blue #AA439D

Tints of Violet Blue #AA439D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 43.15%
G = 17.01%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA439D (or 0xAA439D) is known color: Violet Blue. HEX triplet: AA, 43 and 9D. RGB value is (170,67,157). Sum of RGB (Red+Green+Blue) = 170+67+157=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439D is #55BC62. Grayscale: #6B6B6B. Windows color (decimal): -5618787 or 10306474. OLE color: 10306474.

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

Color convert

RGB 170 67 157 -
CMYK 0 0.61 0.08 0.33
HSL 307.57º 0.43% 0.46% -
HSV(B) 307.57º 0.61% 0.67% -
XYZ 24.67 14.99 33.49 -
YUV 108.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 170 67 157 0 0.61 0.08 0.33 307.57 0.43 0.46
Hex AA 43 9D 0 3D 8 21 134 2B 2E
Octal 252 103 235 0 75 10 41 464 53 56
Binary 10101010 1000011 10011101 0 111101 1000 100001 100110100 101011 101110

Color Harmonies of #AA439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA439D

Black with #AA439D

Text Example


Text Example

White with #AA439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA439D; }

 p { color: rgb(170,67,157); }

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

background-color css

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

 a { background-color: rgb(170,67,157); }

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

border-color css

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

 span { border-color: rgb(170,67,157); }

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