Html Css Color HEX #AF549D Violet Blue

📋 copy color: '#AF549D'

red 175 ◦ green 84 ◦ blue 157

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

Shades of Violet Blue #AF549D

Tints of Violet Blue #AF549D

RGB

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

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

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

R = 42.07%
G = 20.19%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF549D (or 0xAF549D) is known color: Violet Blue. HEX triplet: AF, 54 and 9D. RGB value is (175,84,157). Sum of RGB (Red+Green+Blue) = 175+84+157=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF549D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF549D is #50AB62. Grayscale: #777777. Windows color (decimal): -5286755 or 10310831. OLE color: 10310831.

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

Color convert

RGB 175 84 157 -
CMYK 0 0.52 0.10 0.31
HSL 311.87º 0.36% 0.51% -
HSV(B) 311.87º 0.52% 0.69% -
XYZ 26.94 17.89 33.93 -
YUV 119.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 175 84 157 0 0.52 0.10 0.31 311.87 0.36 0.51
Hex AF 54 9D 0 34 A 1F 138 24 33
Octal 257 124 235 0 64 12 37 470 44 63
Binary 10101111 1010100 10011101 0 110100 1010 11111 100111000 100100 110011

Color Harmonies of #AF549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF549D

Black with #AF549D

Text Example


Text Example

White with #AF549D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF549D; }

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

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

background-color css

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

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

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

border-color css

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

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

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