Html Css Color HEX #AF4F99 Violet Blue

📋 copy color: '#AF4F99'

red 175 ◦ green 79 ◦ blue 153

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

Shades of Violet Blue #AF4F99

Tints of Violet Blue #AF4F99

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.41%

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

R = 43%
G = 19.41%
B = 37.59%

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

#AF4F99 (or 0xAF4F99) is known color: Violet Blue. HEX triplet: AF, 4F and 99. RGB value is (175,79,153). Sum of RGB (Red+Green+Blue) = 175+79+153=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F99 is #50B066. Grayscale: #737373. Windows color (decimal): -5288039 or 10047407. OLE color: 10047407.

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

Color convert

RGB 175 79 153 -
CMYK 0 0.55 0.13 0.31
HSL 313.75º 0.38% 0.5% -
HSV(B) 313.75º 0.55% 0.69% -
XYZ 26.22 17.01 32.04 -
YUV 116.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 175 79 153 0 0.55 0.13 0.31 313.75 0.38 0.5
Hex AF 4F 99 0 37 D 1F 13A 26 32
Octal 257 117 231 0 67 15 37 472 46 62
Binary 10101111 1001111 10011001 0 110111 1101 11111 100111010 100110 110010

Color Harmonies of #AF4F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4F99

Black with #AF4F99

Text Example


Text Example

White with #AF4F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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