Html Css Color HEX #A74798 Violet Blue

📋 copy color: '#A74798'

red 167 ◦ green 71 ◦ blue 152

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

Shades of Violet Blue #A74798

Tints of Violet Blue #A74798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.21%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 42.82%
G = 18.21%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A74798 (or 0xA74798) is known color: Violet Blue. HEX triplet: A7, 47 and 98. RGB value is (167,71,152). Sum of RGB (Red+Green+Blue) = 167+71+152=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A74798 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74798 is #58B867. Grayscale: #6C6C6C. Windows color (decimal): -5814376 or 9979815. OLE color: 9979815.

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

Color convert

RGB 167 71 152 -
CMYK 0 0.57 0.09 0.35
HSL 309.38º 0.4% 0.47% -
HSV(B) 309.38º 0.57% 0.65% -
XYZ 23.86 14.99 31.34 -
YUV 108.94 152.3 169.41 -
System Red Green Blue C M Y K H S L
Decimal 167 71 152 0 0.57 0.09 0.35 309.38 0.4 0.47
Hex A7 47 98 0 39 9 23 135 28 2F
Octal 247 107 230 0 71 11 43 465 50 57
Binary 10100111 1000111 10011000 0 111001 1001 100011 100110101 101000 101111

Color Harmonies of #A74798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74798

Black with #A74798

Text Example


Text Example

White with #A74798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74798; }

 p { color: rgb(167,71,152); }

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

background-color css

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

 a { background-color: rgb(167,71,152); }

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

border-color css

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

 span { border-color: rgb(167,71,152); }

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