Html Css Color HEX #A06696 Violet Blue

📋 copy color: '#A06696'

red 160 ◦ green 102 ◦ blue 150

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

Shades of Violet Blue #A06696

Tints of Violet Blue #A06696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.41%

R = 38.83%
G = 24.76%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A06696 (or 0xA06696) is known color: Violet Blue. HEX triplet: A0, 66 and 96. RGB value is (160,102,150). Sum of RGB (Red+Green+Blue) = 160+102+150=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A06696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06696 is #5F9969. Grayscale: #7C7C7C. Windows color (decimal): -6265194 or 9856672. OLE color: 9856672.

HSL color Cylindrical-coordinate representation of color #A06696: hue angle of 310.34º 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 #A06696 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 102 150 -
CMYK 0 0.36 0.06 0.37
HSL 310.34º 0.23% 0.51% -
HSV(B) 310.34º 0.36% 0.63% -
XYZ 24.75 19.18 31.25 -
YUV 124.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 160 102 150 0 0.36 0.06 0.37 310.34 0.23 0.51
Hex A0 66 96 0 24 6 25 136 17 33
Octal 240 146 226 0 44 6 45 466 27 63
Binary 10100000 1100110 10010110 0 100100 110 100101 100110110 10111 110011

Color Harmonies of #A06696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06696

Black with #A06696

Text Example


Text Example

White with #A06696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06696; }

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

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

background-color css

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

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

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

border-color css

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

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

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