Html Css Color HEX #A06699 Violet Blue

📋 copy color: '#A06699'

red 160 ◦ green 102 ◦ blue 153

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

Shades of Violet Blue #A06699

Tints of Violet Blue #A06699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.58%

 BLUE value IS 153 (60.16% from 255) = 36.87%

R = 38.55%
G = 24.58%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#A06699 (or 0xA06699) is known color: Violet Blue. HEX triplet: A0, 66 and 99. RGB value is (160,102,153). Sum of RGB (Red+Green+Blue) = 160+102+153=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 160 - color contains mainly: red. Hex color #A06699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06699 is #5F9966. Grayscale: #7D7D7D. Windows color (decimal): -6265191 or 10053280. OLE color: 10053280.

HSL color Cylindrical-coordinate representation of color #A06699: hue angle of 307.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A06699 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 153 -
CMYK 0 0.36 0.04 0.37
HSL 307.24º 0.23% 0.51% -
HSV(B) 307.24º 0.36% 0.63% -
XYZ 25 19.28 32.54 -
YUV 125.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 160 102 153 0 0.36 0.04 0.37 307.24 0.23 0.51
Hex A0 66 99 0 24 4 25 133 17 33
Octal 240 146 231 0 44 4 45 463 27 63
Binary 10100000 1100110 10011001 0 100100 100 100101 100110011 10111 110011

Color Harmonies of #A06699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06699

Black with #A06699

Text Example


Text Example

White with #A06699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06699; }

 p { color: rgb(160,102,153); }

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

background-color css

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

 a { background-color: rgb(160,102,153); }

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

border-color css

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

 span { border-color: rgb(160,102,153); }

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