Html Css Color HEX #AF539F Violet Blue

📋 copy color: '#AF539F'

red 175 ◦ green 83 ◦ blue 159

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

Shades of Violet Blue #AF539F

Tints of Violet Blue #AF539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 41.97%
G = 19.9%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF539F (or 0xAF539F) is known color: Violet Blue. HEX triplet: AF, 53 and 9F. RGB value is (175,83,159). Sum of RGB (Red+Green+Blue) = 175+83+159=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF539F is #50AC60. Grayscale: #767676. Windows color (decimal): -5287009 or 10441647. OLE color: 10441647.

HSL color Cylindrical-coordinate representation of color #AF539F: hue angle of 310.43º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF539F is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 83 159 -
CMYK 0 0.53 0.09 0.31
HSL 310.43º 0.37% 0.51% -
HSV(B) 310.43º 0.53% 0.69% -
XYZ 27.03 17.8 34.81 -
YUV 119.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 175 83 159 0 0.53 0.09 0.31 310.43 0.37 0.51
Hex AF 53 9F 0 35 9 1F 136 25 33
Octal 257 123 237 0 65 11 37 466 45 63
Binary 10101111 1010011 10011111 0 110101 1001 11111 100110110 100101 110011

Color Harmonies of #AF539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF539F

Black with #AF539F

Text Example


Text Example

White with #AF539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF539F; }

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

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

background-color css

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

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

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

border-color css

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

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

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