Html Css Color HEX #A749A0 Violet Blue

📋 copy color: '#A749A0'

red 167 ◦ green 73 ◦ blue 160

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

Shades of Violet Blue #A749A0

Tints of Violet Blue #A749A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40%

R = 41.75%
G = 18.25%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A749A0 (or 0xA749A0) is known color: Violet Blue. HEX triplet: A7, 49 and A0. RGB value is (167,73,160). Sum of RGB (Red+Green+Blue) = 167+73+160=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A749A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A749A0 is #58B65F. Grayscale: #6E6E6E. Windows color (decimal): -5813856 or 10504615. OLE color: 10504615.

HSL color Cylindrical-coordinate representation of color #A749A0: hue angle of 304.47º 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 #A749A0 is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 160 -
CMYK 0 0.56 0.04 0.35
HSL 304.47º 0.39% 0.47% -
HSV(B) 304.47º 0.56% 0.65% -
XYZ 24.66 15.52 34.95 -
YUV 111.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 167 73 160 0 0.56 0.04 0.35 304.47 0.39 0.47
Hex A7 49 A0 0 38 4 23 130 27 2F
Octal 247 111 240 0 70 4 43 460 47 57
Binary 10100111 1001001 10100000 0 111000 100 100011 100110000 100111 101111

Color Harmonies of #A749A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A749A0

Black with #A749A0

Text Example


Text Example

White with #A749A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A749A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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