Html Css Color HEX #AA6093 Violet Blue

📋 copy color: '#AA6093'

red 170 ◦ green 96 ◦ blue 147

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

Shades of Violet Blue #AA6093

Tints of Violet Blue #AA6093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 41.16%
G = 23.24%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA6093 (or 0xAA6093) is known color: Violet Blue. HEX triplet: AA, 60 and 93. RGB value is (170,96,147). Sum of RGB (Red+Green+Blue) = 170+96+147=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6093 is #559F6C. Grayscale: #7B7B7B. Windows color (decimal): -5611373 or 9658538. OLE color: 9658538.

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

Color convert

RGB 170 96 147 -
CMYK 0 0.44 0.14 0.33
HSL 318.65º 0.3% 0.52% -
HSV(B) 318.65º 0.44% 0.67% -
XYZ 26.03 19.02 29.9 -
YUV 123.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 170 96 147 0 0.44 0.14 0.33 318.65 0.3 0.52
Hex AA 60 93 0 2C E 21 13F 1E 34
Octal 252 140 223 0 54 16 41 477 36 64
Binary 10101010 1100000 10010011 0 101100 1110 100001 100111111 11110 110100

Color Harmonies of #AA6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6093

Black with #AA6093

Text Example


Text Example

White with #AA6093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6093; }

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

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

background-color css

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

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

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

border-color css

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

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

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