Html Css Color HEX #AF5698 Violet Blue

📋 copy color: '#AF5698'

red 175 ◦ green 86 ◦ blue 152

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

Shades of Violet Blue #AF5698

Tints of Violet Blue #AF5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.82%

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

R = 42.37%
G = 20.82%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF5698 (or 0xAF5698) is known color: Violet Blue. HEX triplet: AF, 56 and 98. RGB value is (175,86,152). Sum of RGB (Red+Green+Blue) = 175+86+152=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5698 is #50A967. Grayscale: #777777. Windows color (decimal): -5286248 or 9983663. OLE color: 9983663.

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

Color convert

RGB 175 86 152 -
CMYK 0 0.51 0.13 0.31
HSL 315.51º 0.36% 0.51% -
HSV(B) 315.51º 0.51% 0.69% -
XYZ 26.67 18.04 31.78 -
YUV 120.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 175 86 152 0 0.51 0.13 0.31 315.51 0.36 0.51
Hex AF 56 98 0 33 D 1F 13C 24 33
Octal 257 126 230 0 63 15 37 474 44 63
Binary 10101111 1010110 10011000 0 110011 1101 11111 100111100 100100 110011

Color Harmonies of #AF5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5698

Black with #AF5698

Text Example


Text Example

White with #AF5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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