Html Css Color HEX #AF5998 Violet Blue

📋 copy color: '#AF5998'

red 175 ◦ green 89 ◦ blue 152

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

Shades of Violet Blue #AF5998

Tints of Violet Blue #AF5998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 42.07%
G = 21.39%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF5998 (or 0xAF5998) is known color: Violet Blue. HEX triplet: AF, 59 and 98. RGB value is (175,89,152). Sum of RGB (Red+Green+Blue) = 175+89+152=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5998 is #50A667. Grayscale: #797979. Windows color (decimal): -5285480 or 9984431. OLE color: 9984431.

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

Color convert

RGB 175 89 152 -
CMYK 0 0.49 0.13 0.31
HSL 316.05º 0.35% 0.52% -
HSV(B) 316.05º 0.49% 0.69% -
XYZ 26.92 18.53 31.86 -
YUV 121.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 175 89 152 0 0.49 0.13 0.31 316.05 0.35 0.52
Hex AF 59 98 0 31 D 1F 13C 23 34
Octal 257 131 230 0 61 15 37 474 43 64
Binary 10101111 1011001 10011000 0 110001 1101 11111 100111100 100011 110100

Color Harmonies of #AF5998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5998

Black with #AF5998

Text Example


Text Example

White with #AF5998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5998; }

 p { color: rgb(175,89,152); }

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

background-color css

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

 a { background-color: rgb(175,89,152); }

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

border-color css

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

 span { border-color: rgb(175,89,152); }

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