Html Css Color HEX #AF509F Violet Blue

📋 copy color: '#AF509F'

red 175 ◦ green 80 ◦ blue 159

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

Shades of Violet Blue #AF509F

Tints of Violet Blue #AF509F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

 BLUE value IS 159 (62.5% from 255) = 38.41%

R = 42.27%
G = 19.32%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF509F (or 0xAF509F) is known color: Violet Blue. HEX triplet: AF, 50 and 9F. RGB value is (175,80,159). Sum of RGB (Red+Green+Blue) = 175+80+159=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509F is #50AF60. Grayscale: #757575. Windows color (decimal): -5287777 or 10440879. OLE color: 10440879.

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

Color convert

RGB 175 80 159 -
CMYK 0 0.54 0.09 0.31
HSL 310.11º 0.37% 0.5% -
HSV(B) 310.11º 0.54% 0.69% -
XYZ 26.81 17.35 34.74 -
YUV 117.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 175 80 159 0 0.54 0.09 0.31 310.11 0.37 0.5
Hex AF 50 9F 0 36 9 1F 136 25 32
Octal 257 120 237 0 66 11 37 466 45 62
Binary 10101111 1010000 10011111 0 110110 1001 11111 100110110 100101 110010

Color Harmonies of #AF509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF509F

Black with #AF509F

Text Example


Text Example

White with #AF509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF509F; }

 p { color: rgb(175,80,159); }

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

background-color css

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

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

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

border-color css

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

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

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