Html Css Color HEX #A06DAA Violet Blue

📋 copy color: '#A06DAA'

red 160 ◦ green 109 ◦ blue 170

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

Shades of Violet Blue #A06DAA

Tints of Violet Blue #A06DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.83%

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

R = 36.45%
G = 24.83%
B = 38.72%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A06DAA (or 0xA06DAA) is known color: Violet Blue. HEX triplet: A0, 6D and AA. RGB value is (160,109,170). Sum of RGB (Red+Green+Blue) = 160+109+170=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #A06DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06DAA is #5F9255. Grayscale: #838383. Windows color (decimal): -6263382 or 11169184. OLE color: 11169184.

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

Color convert

RGB 160 109 170 -
CMYK 0.06 0.36 0 0.33
HSL 290.16º 0.26% 0.55% -
HSV(B) 290.16º 0.36% 0.67% -
XYZ 27.22 21.31 40.71 -
YUV 131.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 160 109 170 0.06 0.36 0 0.33 290.16 0.26 0.55
Hex A0 6D AA 6 24 0 21 122 1A 37
Octal 240 155 252 6 44 0 41 442 32 67
Binary 10100000 1101101 10101010 110 100100 0 100001 100100010 11010 110111

Color Harmonies of #A06DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06DAA

Black with #A06DAA

Text Example


Text Example

White with #A06DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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