Html Css Color HEX #AF479F Violet Blue

📋 copy color: '#AF479F'

red 175 ◦ green 71 ◦ blue 159

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

Shades of Violet Blue #AF479F

Tints of Violet Blue #AF479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.26%

R = 43.21%
G = 17.53%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF479F (or 0xAF479F) is known color: Violet Blue. HEX triplet: AF, 47 and 9F. RGB value is (175,71,159). Sum of RGB (Red+Green+Blue) = 175+71+159=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF479F is #50B860. Grayscale: #6F6F6F. Windows color (decimal): -5290081 or 10438575. OLE color: 10438575.

HSL color Cylindrical-coordinate representation of color #AF479F: hue angle of 309.23º 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 #AF479F is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 159 -
CMYK 0 0.59 0.09 0.31
HSL 309.23º 0.42% 0.48% -
HSV(B) 309.23º 0.59% 0.69% -
XYZ 26.19 16.12 34.53 -
YUV 112.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 175 71 159 0 0.59 0.09 0.31 309.23 0.42 0.48
Hex AF 47 9F 0 3B 9 1F 135 2A 30
Octal 257 107 237 0 73 11 37 465 52 60
Binary 10101111 1000111 10011111 0 111011 1001 11111 100110101 101010 110000

Color Harmonies of #AF479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF479F

Black with #AF479F

Text Example


Text Example

White with #AF479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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