Html Css Color HEX #AF539C Violet Blue

📋 copy color: '#AF539C'

red 175 ◦ green 83 ◦ blue 156

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

Shades of Violet Blue #AF539C

Tints of Violet Blue #AF539C

RGB

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

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

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

R = 42.27%
G = 20.05%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF539C (or 0xAF539C) is known color: Violet Blue. HEX triplet: AF, 53 and 9C. RGB value is (175,83,156). Sum of RGB (Red+Green+Blue) = 175+83+156=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF539C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF539C is #50AC63. Grayscale: #767676. Windows color (decimal): -5287012 or 10245039. OLE color: 10245039.

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

Color convert

RGB 175 83 156 -
CMYK 0 0.53 0.11 0.31
HSL 312.39º 0.37% 0.51% -
HSV(B) 312.39º 0.53% 0.69% -
XYZ 26.77 17.7 33.46 -
YUV 118.83 148.98 168.06 -
System Red Green Blue C M Y K H S L
Decimal 175 83 156 0 0.53 0.11 0.31 312.39 0.37 0.51
Hex AF 53 9C 0 35 B 1F 138 25 33
Octal 257 123 234 0 65 13 37 470 45 63
Binary 10101111 1010011 10011100 0 110101 1011 11111 100111000 100101 110011

Color Harmonies of #AF539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF539C

Black with #AF539C

Text Example


Text Example

White with #AF539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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