Html Css Color HEX #AF59AF Violet Blue

📋 copy color: '#AF59AF'

red 175 ◦ green 89 ◦ blue 175

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

Shades of Violet Blue #AF59AF

Tints of Violet Blue #AF59AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.27%

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 39.86%
G = 20.27%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF59AF (or 0xAF59AF) is known color: Violet Blue. HEX triplet: AF, 59 and AF. RGB value is (175,89,175). Sum of RGB (Red+Green+Blue) = 175+89+175=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF59AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59AF is #50A650. Grayscale: #7C7C7C. Windows color (decimal): -5285457 or 11491759. OLE color: 11491759.

HSL color Cylindrical-coordinate representation of color #AF59AF: hue angle of 300º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF59AF is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 175 -
CMYK 0 0.49 0 0.31
HSL 300º 0.35% 0.52% -
HSV(B) 300º 0.49% 0.69% -
XYZ 28.99 19.35 42.77 -
YUV 124.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 175 89 175 0 0.49 0 0.31 300 0.35 0.52
Hex AF 59 AF 0 31 0 1F 12C 23 34
Octal 257 131 257 0 61 0 37 454 43 64
Binary 10101111 1011001 10101111 0 110001 0 11111 100101100 100011 110100

Color Harmonies of #AF59AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59AF

Black with #AF59AF

Text Example


Text Example

White with #AF59AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59AF; }

 p { color: rgb(175,89,175); }

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

background-color css

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

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

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

border-color css

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

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

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