Html Css Color HEX #AF4E99 Violet Blue

📋 copy color: '#AF4E99'

red 175 ◦ green 78 ◦ blue 153

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

Shades of Violet Blue #AF4E99

Tints of Violet Blue #AF4E99

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.21%

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 43.1%
G = 19.21%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF4E99 (or 0xAF4E99) is known color: Violet Blue. HEX triplet: AF, 4E and 99. RGB value is (175,78,153). Sum of RGB (Red+Green+Blue) = 175+78+153=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4E99 is #50B166. Grayscale: #737373. Windows color (decimal): -5288295 or 10047151. OLE color: 10047151.

HSL color Cylindrical-coordinate representation of color #AF4E99: hue angle of 313.61º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E99 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 153 -
CMYK 0 0.55 0.13 0.31
HSL 313.61º 0.38% 0.5% -
HSV(B) 313.61º 0.55% 0.69% -
XYZ 26.15 16.86 32.01 -
YUV 115.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 175 78 153 0 0.55 0.13 0.31 313.61 0.38 0.5
Hex AF 4E 99 0 37 D 1F 13A 26 32
Octal 257 116 231 0 67 15 37 472 46 62
Binary 10101111 1001110 10011001 0 110111 1101 11111 100111010 100110 110010

Color Harmonies of #AF4E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E99

Black with #AF4E99

Text Example


Text Example

White with #AF4E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E99; }

 p { color: rgb(175,78,153); }

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

background-color css

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

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

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

border-color css

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

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

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