Html Css Color HEX #A7709F Violet Blue

📋 copy color: '#A7709F'

red 167 ◦ green 112 ◦ blue 159

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

Shades of Violet Blue #A7709F

Tints of Violet Blue #A7709F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.57%

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

R = 38.13%
G = 25.57%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A7709F (or 0xA7709F) is known color: Violet Blue. HEX triplet: A7, 70 and 9F. RGB value is (167,112,159). Sum of RGB (Red+Green+Blue) = 167+112+159=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709F is #588F60. Grayscale: #858585. Windows color (decimal): -5803873 or 10449063. OLE color: 10449063.

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

Color convert

RGB 167 112 159 -
CMYK 0 0.33 0.05 0.35
HSL 308.73º 0.24% 0.55% -
HSV(B) 308.73º 0.33% 0.65% -
XYZ 27.99 22.31 35.63 -
YUV 133.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 167 112 159 0 0.33 0.05 0.35 308.73 0.24 0.55
Hex A7 70 9F 0 21 5 23 135 18 37
Octal 247 160 237 0 41 5 43 465 30 67
Binary 10100111 1110000 10011111 0 100001 101 100011 100110101 11000 110111

Color Harmonies of #A7709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7709F

Black with #A7709F

Text Example


Text Example

White with #A7709F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7709F; }

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

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

background-color css

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

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

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

border-color css

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

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

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