Html Css Color HEX #AA6194 Violet Blue

📋 copy color: '#AA6194'

red 170 ◦ green 97 ◦ blue 148

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

Shades of Violet Blue #AA6194

Tints of Violet Blue #AA6194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.37%

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

R = 40.96%
G = 23.37%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AA6194 (or 0xAA6194) is known color: Violet Blue. HEX triplet: AA, 61 and 94. RGB value is (170,97,148). Sum of RGB (Red+Green+Blue) = 170+97+148=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6194 is #559E6B. Grayscale: #7C7C7C. Windows color (decimal): -5611116 or 9724330. OLE color: 9724330.

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

Color convert

RGB 170 97 148 -
CMYK 0 0.43 0.13 0.33
HSL 318.08º 0.3% 0.52% -
HSV(B) 318.08º 0.43% 0.67% -
XYZ 26.2 19.23 30.35 -
YUV 124.64 141.18 160.35 -
System Red Green Blue C M Y K H S L
Decimal 170 97 148 0 0.43 0.13 0.33 318.08 0.3 0.52
Hex AA 61 94 0 2B D 21 13E 1E 34
Octal 252 141 224 0 53 15 41 476 36 64
Binary 10101010 1100001 10010100 0 101011 1101 100001 100111110 11110 110100

Color Harmonies of #AA6194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6194

Black with #AA6194

Text Example


Text Example

White with #AA6194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6194; }

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

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

background-color css

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

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

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

border-color css

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

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

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