Html Css Color HEX #AF519E Violet Blue

📋 copy color: '#AF519E'

red 175 ◦ green 81 ◦ blue 158

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

Shades of Violet Blue #AF519E

Tints of Violet Blue #AF519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.16%

R = 42.27%
G = 19.57%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF519E (or 0xAF519E) is known color: Violet Blue. HEX triplet: AF, 51 and 9E. RGB value is (175,81,158). Sum of RGB (Red+Green+Blue) = 175+81+158=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF519E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF519E is #50AE61. Grayscale: #757575. Windows color (decimal): -5287522 or 10375599. OLE color: 10375599.

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

Color convert

RGB 175 81 158 -
CMYK 0 0.54 0.10 0.31
HSL 310.85º 0.37% 0.5% -
HSV(B) 310.85º 0.54% 0.69% -
XYZ 26.79 17.47 34.31 -
YUV 117.88 150.64 168.74 -
System Red Green Blue C M Y K H S L
Decimal 175 81 158 0 0.54 0.10 0.31 310.85 0.37 0.5
Hex AF 51 9E 0 36 A 1F 137 25 32
Octal 257 121 236 0 66 12 37 467 45 62
Binary 10101111 1010001 10011110 0 110110 1010 11111 100110111 100101 110010

Color Harmonies of #AF519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF519E

Black with #AF519E

Text Example


Text Example

White with #AF519E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF519E; }

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

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

background-color css

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

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

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

border-color css

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

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

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