Html Css Color HEX #AF509D Violet Blue

📋 copy color: '#AF509D'

red 175 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #AF509D

Tints of Violet Blue #AF509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.11%

R = 42.48%
G = 19.42%
B = 38.11%

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

#AF509D (or 0xAF509D) is known color: Violet Blue. HEX triplet: AF, 50 and 9D. RGB value is (175,80,157). Sum of RGB (Red+Green+Blue) = 175+80+157=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AF509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF509D is #50AF62. Grayscale: #747474. Windows color (decimal): -5287779 or 10309807. OLE color: 10309807.

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

Color convert

RGB 175 80 157 -
CMYK 0 0.54 0.10 0.31
HSL 311.37º 0.37% 0.5% -
HSV(B) 311.37º 0.54% 0.69% -
XYZ 26.63 17.29 33.83 -
YUV 117.18 150.47 169.24 -
System Red Green Blue C M Y K H S L
Decimal 175 80 157 0 0.54 0.10 0.31 311.37 0.37 0.5
Hex AF 50 9D 0 36 A 1F 137 25 32
Octal 257 120 235 0 66 12 37 467 45 62
Binary 10101111 1010000 10011101 0 110110 1010 11111 100110111 100101 110010

Color Harmonies of #AF509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF509D

Black with #AF509D

Text Example


Text Example

White with #AF509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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