Html Css Color HEX #A7699F Violet Blue

📋 copy color: '#A7699F'

red 167 ◦ green 105 ◦ blue 159

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

Shades of Violet Blue #A7699F

Tints of Violet Blue #A7699F

RGB

 RED value IS 167 (65.63% from 255) = 38.75%

 GREEN value IS 105 (41.41% from 255) = 24.36%

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 38.75%
G = 24.36%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7699F (or 0xA7699F) is known color: Violet Blue. HEX triplet: A7, 69 and 9F. RGB value is (167,105,159). Sum of RGB (Red+Green+Blue) = 167+105+159=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 167 - color contains mainly: red. Hex color #A7699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7699F is #589660. Grayscale: #818181. Windows color (decimal): -5805665 or 10447271. OLE color: 10447271.

HSL color Cylindrical-coordinate representation of color #A7699F: hue angle of 307.74º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A7699F is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 105 159 -
CMYK 0 0.37 0.05 0.35
HSL 307.74º 0.26% 0.53% -
HSV(B) 307.74º 0.37% 0.65% -
XYZ 27.25 20.82 35.38 -
YUV 129.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 167 105 159 0 0.37 0.05 0.35 307.74 0.26 0.53
Hex A7 69 9F 0 25 5 23 134 1A 35
Octal 247 151 237 0 45 5 43 464 32 65
Binary 10100111 1101001 10011111 0 100101 101 100011 100110100 11010 110101

Color Harmonies of #A7699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7699F

Black with #A7699F

Text Example


Text Example

White with #A7699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7699F; }

 p { color: rgb(167,105,159); }

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

background-color css

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

 a { background-color: rgb(167,105,159); }

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

border-color css

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

 span { border-color: rgb(167,105,159); }

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