Html Css Color HEX #AF479C Violet Blue

📋 copy color: '#AF479C'

red 175 ◦ green 71 ◦ blue 156

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

Shades of Violet Blue #AF479C

Tints of Violet Blue #AF479C

RGB

 RED value IS 175 (68.75% from 255) = 43.53%

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

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

R = 43.53%
G = 17.66%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF479C (or 0xAF479C) is known color: Violet Blue. HEX triplet: AF, 47 and 9C. RGB value is (175,71,156). Sum of RGB (Red+Green+Blue) = 175+71+156=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF479C is #50B863. Grayscale: #6F6F6F. Windows color (decimal): -5290084 or 10241967. OLE color: 10241967.

HSL color Cylindrical-coordinate representation of color #AF479C: hue angle of 310.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF479C is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 156 -
CMYK 0 0.59 0.11 0.31
HSL 310.96º 0.42% 0.48% -
HSV(B) 310.96º 0.59% 0.69% -
XYZ 25.93 16.02 33.18 -
YUV 111.79 152.96 173.09 -
System Red Green Blue C M Y K H S L
Decimal 175 71 156 0 0.59 0.11 0.31 310.96 0.42 0.48
Hex AF 47 9C 0 3B B 1F 137 2A 30
Octal 257 107 234 0 73 13 37 467 52 60
Binary 10101111 1000111 10011100 0 111011 1011 11111 100110111 101010 110000

Color Harmonies of #AF479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF479C

Black with #AF479C

Text Example


Text Example

White with #AF479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF479C; }

 p { color: rgb(175,71,156); }

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

background-color css

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

 a { background-color: rgb(175,71,156); }

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

border-color css

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

 span { border-color: rgb(175,71,156); }

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