Html Css Color HEX #A74FAF Violet Blue

📋 copy color: '#A74FAF'

red 167 ◦ green 79 ◦ blue 175

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

Shades of Violet Blue #A74FAF

Tints of Violet Blue #A74FAF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.76%

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 39.67%
G = 18.76%
B = 41.57%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A74FAF (or 0xA74FAF) is known color: Violet Blue. HEX triplet: A7, 4F and AF. RGB value is (167,79,175). Sum of RGB (Red+Green+Blue) = 167+79+175=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #A74FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A74FAF is #58B050. Grayscale: #737373. Windows color (decimal): -5812305 or 11489191. OLE color: 11489191.

HSL color Cylindrical-coordinate representation of color #A74FAF: hue angle of 295º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A74FAF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 79 175 -
CMYK 0.05 0.55 0 0.31
HSL 295º 0.38% 0.5% -
HSV(B) 295º 0.55% 0.69% -
XYZ 26.47 16.9 42.42 -
YUV 116.26 161.15 164.19 -
System Red Green Blue C M Y K H S L
Decimal 167 79 175 0.05 0.55 0 0.31 295 0.38 0.5
Hex A7 4F AF 5 37 0 1F 127 26 32
Octal 247 117 257 5 67 0 37 447 46 62
Binary 10100111 1001111 10101111 101 110111 0 11111 100100111 100110 110010

Color Harmonies of #A74FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74FAF

Black with #A74FAF

Text Example


Text Example

White with #A74FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74FAF; }

 p { color: rgb(167,79,175); }

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

background-color css

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

 a { background-color: rgb(167,79,175); }

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

border-color css

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

 span { border-color: rgb(167,79,175); }

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