Html Css Color HEX #AA6094 Violet Blue

📋 copy color: '#AA6094'

red 170 ◦ green 96 ◦ blue 148

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

Shades of Violet Blue #AA6094

Tints of Violet Blue #AA6094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 148 (58.2% from 255) = 35.75%

R = 41.06%
G = 23.19%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA6094 (or 0xAA6094) is known color: Violet Blue. HEX triplet: AA, 60 and 94. RGB value is (170,96,148). Sum of RGB (Red+Green+Blue) = 170+96+148=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6094 is #559F6B. Grayscale: #7B7B7B. Windows color (decimal): -5611372 or 9724074. OLE color: 9724074.

HSL color Cylindrical-coordinate representation of color #AA6094: hue angle of 317.84º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6094 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 148 -
CMYK 0 0.44 0.13 0.33
HSL 317.84º 0.3% 0.52% -
HSV(B) 317.84º 0.44% 0.67% -
XYZ 26.11 19.05 30.32 -
YUV 124.05 141.52 160.77 -
System Red Green Blue C M Y K H S L
Decimal 170 96 148 0 0.44 0.13 0.33 317.84 0.3 0.52
Hex AA 60 94 0 2C D 21 13E 1E 34
Octal 252 140 224 0 54 15 41 476 36 64
Binary 10101010 1100000 10010100 0 101100 1101 100001 100111110 11110 110100

Color Harmonies of #AA6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6094

Black with #AA6094

Text Example


Text Example

White with #AA6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6094; }

 p { color: rgb(170,96,148); }

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

background-color css

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

 a { background-color: rgb(170,96,148); }

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

border-color css

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

 span { border-color: rgb(170,96,148); }

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