Html Css Color HEX #AF549F Violet Blue

📋 copy color: '#AF549F'

red 175 ◦ green 84 ◦ blue 159

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

Shades of Violet Blue #AF549F

Tints of Violet Blue #AF549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

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

R = 41.87%
G = 20.1%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF549F (or 0xAF549F) is known color: Violet Blue. HEX triplet: AF, 54 and 9F. RGB value is (175,84,159). Sum of RGB (Red+Green+Blue) = 175+84+159=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF549F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF549F is #50AB60. Grayscale: #777777. Windows color (decimal): -5286753 or 10441903. OLE color: 10441903.

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

Color convert

RGB 175 84 159 -
CMYK 0 0.52 0.09 0.31
HSL 310.55º 0.36% 0.51% -
HSV(B) 310.55º 0.52% 0.69% -
XYZ 27.11 17.96 34.84 -
YUV 119.76 150.15 167.4 -
System Red Green Blue C M Y K H S L
Decimal 175 84 159 0 0.52 0.09 0.31 310.55 0.36 0.51
Hex AF 54 9F 0 34 9 1F 137 24 33
Octal 257 124 237 0 64 11 37 467 44 63
Binary 10101111 1010100 10011111 0 110100 1001 11111 100110111 100100 110011

Color Harmonies of #AF549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF549F

Black with #AF549F

Text Example


Text Example

White with #AF549F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF549F; }

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

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

background-color css

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

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

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

border-color css

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

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

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