Html Css Color HEX #A06EAA Violet Blue

📋 copy color: '#A06EAA'

red 160 ◦ green 110 ◦ blue 170

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

Shades of Violet Blue #A06EAA

Tints of Violet Blue #A06EAA

RGB

 RED value IS 160 (62.89% from 255) = 36.36%

 GREEN value IS 110 (43.36% from 255) = 25%

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 36.36%
G = 25%
B = 38.64%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06EAA (or 0xA06EAA) is known color: Violet Blue. HEX triplet: A0, 6E and AA. RGB value is (160,110,170). Sum of RGB (Red+Green+Blue) = 160+110+170=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #A06EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06EAA is #5F9155. Grayscale: #838383. Windows color (decimal): -6263126 or 11169440. OLE color: 11169440.

HSL color Cylindrical-coordinate representation of color #A06EAA: hue angle of 290º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A06EAA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 110 170 -
CMYK 0.06 0.35 0 0.33
HSL 290º 0.26% 0.55% -
HSV(B) 290º 0.35% 0.67% -
XYZ 27.33 21.53 40.75 -
YUV 131.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 160 110 170 0.06 0.35 0 0.33 290 0.26 0.55
Hex A0 6E AA 6 23 0 21 122 1A 37
Octal 240 156 252 6 43 0 41 442 32 67
Binary 10100000 1101110 10101010 110 100011 0 100001 100100010 11010 110111

Color Harmonies of #A06EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06EAA

Black with #A06EAA

Text Example


Text Example

White with #A06EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06EAA; }

 p { color: rgb(160,110,170); }

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

background-color css

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

 a { background-color: rgb(160,110,170); }

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

border-color css

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

 span { border-color: rgb(160,110,170); }

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