Html Css Color HEX #AF539D Violet Blue

📋 copy color: '#AF539D'

red 175 ◦ green 83 ◦ blue 157

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

Shades of Violet Blue #AF539D

Tints of Violet Blue #AF539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 42.17%
G = 20%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF539D (or 0xAF539D) is known color: Violet Blue. HEX triplet: AF, 53 and 9D. RGB value is (175,83,157). Sum of RGB (Red+Green+Blue) = 175+83+157=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF539D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF539D is #50AC62. Grayscale: #767676. Windows color (decimal): -5287011 or 10310575. OLE color: 10310575.

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

Color convert

RGB 175 83 157 -
CMYK 0 0.53 0.10 0.31
HSL 311.74º 0.37% 0.51% -
HSV(B) 311.74º 0.53% 0.69% -
XYZ 26.86 17.73 33.91 -
YUV 118.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 175 83 157 0 0.53 0.10 0.31 311.74 0.37 0.51
Hex AF 53 9D 0 35 A 1F 138 25 33
Octal 257 123 235 0 65 12 37 470 45 63
Binary 10101111 1010011 10011101 0 110101 1010 11111 100111000 100101 110011

Color Harmonies of #AF539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF539D

Black with #AF539D

Text Example


Text Example

White with #AF539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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