Html Css Color HEX #A74A9B Violet Blue

📋 copy color: '#A74A9B'

red 167 ◦ green 74 ◦ blue 155

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

Shades of Violet Blue #A74A9B

Tints of Violet Blue #A74A9B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 42.17%
G = 18.69%
B = 39.14%

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

#A74A9B (or 0xA74A9B) is known color: Violet Blue. HEX triplet: A7, 4A and 9B. RGB value is (167,74,155). Sum of RGB (Red+Green+Blue) = 167+74+155=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A9B is #58B564. Grayscale: #6E6E6E. Windows color (decimal): -5813605 or 10177191. OLE color: 10177191.

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

Color convert

RGB 167 74 155 -
CMYK 0 0.56 0.07 0.35
HSL 307.74º 0.39% 0.47% -
HSV(B) 307.74º 0.56% 0.65% -
XYZ 24.3 15.48 32.72 -
YUV 111.04 152.81 167.91 -
System Red Green Blue C M Y K H S L
Decimal 167 74 155 0 0.56 0.07 0.35 307.74 0.39 0.47
Hex A7 4A 9B 0 38 7 23 134 27 2F
Octal 247 112 233 0 70 7 43 464 47 57
Binary 10100111 1001010 10011011 0 111000 111 100011 100110100 100111 101111

Color Harmonies of #A74A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A9B

Black with #A74A9B

Text Example


Text Example

White with #A74A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A9B; }

 p { color: rgb(167,74,155); }

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

background-color css

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

 a { background-color: rgb(167,74,155); }

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

border-color css

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

 span { border-color: rgb(167,74,155); }

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