Html Css Color HEX #AF519B Violet Blue

📋 copy color: '#AF519B'

red 175 ◦ green 81 ◦ blue 155

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

Shades of Violet Blue #AF519B

Tints of Violet Blue #AF519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 42.58%
G = 19.71%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF519B (or 0xAF519B) is known color: Violet Blue. HEX triplet: AF, 51 and 9B. RGB value is (175,81,155). Sum of RGB (Red+Green+Blue) = 175+81+155=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519B is #50AE64. Grayscale: #757575. Windows color (decimal): -5287525 or 10178991. OLE color: 10178991.

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

Color convert

RGB 175 81 155 -
CMYK 0 0.54 0.11 0.31
HSL 312.77º 0.37% 0.5% -
HSV(B) 312.77º 0.54% 0.69% -
XYZ 26.54 17.37 32.96 -
YUV 117.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 175 81 155 0 0.54 0.11 0.31 312.77 0.37 0.5
Hex AF 51 9B 0 36 B 1F 139 25 32
Octal 257 121 233 0 66 13 37 471 45 62
Binary 10101111 1010001 10011011 0 110110 1011 11111 100111001 100101 110010

Color Harmonies of #AF519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF519B

Black with #AF519B

Text Example


Text Example

White with #AF519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF519B; }

 p { color: rgb(175,81,155); }

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

background-color css

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

 a { background-color: rgb(175,81,155); }

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

border-color css

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

 span { border-color: rgb(175,81,155); }

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