Html Css Color HEX #A7499C Violet Blue

📋 copy color: '#A7499C'

red 167 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #A7499C

Tints of Violet Blue #A7499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.43%

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 42.17%
G = 18.43%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A7499C (or 0xA7499C) is known color: Violet Blue. HEX triplet: A7, 49 and 9C. RGB value is (167,73,156). Sum of RGB (Red+Green+Blue) = 167+73+156=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A7499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7499C is #58B663. Grayscale: #6E6E6E. Windows color (decimal): -5813860 or 10242471. OLE color: 10242471.

HSL color Cylindrical-coordinate representation of color #A7499C: hue angle of 307.02º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7499C is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 156 -
CMYK 0 0.56 0.07 0.35
HSL 307.02º 0.39% 0.47% -
HSV(B) 307.02º 0.56% 0.65% -
XYZ 24.32 15.38 33.14 -
YUV 110.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 167 73 156 0 0.56 0.07 0.35 307.02 0.39 0.47
Hex A7 49 9C 0 38 7 23 133 27 2F
Octal 247 111 234 0 70 7 43 463 47 57
Binary 10100111 1001001 10011100 0 111000 111 100011 100110011 100111 101111

Color Harmonies of #A7499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7499C

Black with #A7499C

Text Example


Text Example

White with #A7499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7499C; }

 p { color: rgb(167,73,156); }

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

background-color css

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

 a { background-color: rgb(167,73,156); }

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

border-color css

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

 span { border-color: rgb(167,73,156); }

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