Html Css Color HEX #AF5599 Violet Blue

📋 copy color: '#AF5599'

red 175 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #AF5599

Tints of Violet Blue #AF5599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.58%

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

R = 42.37%
G = 20.58%
B = 37.05%

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

#AF5599 (or 0xAF5599) is known color: Violet Blue. HEX triplet: AF, 55 and 99. RGB value is (175,85,153). Sum of RGB (Red+Green+Blue) = 175+85+153=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5599 is #50AA66. Grayscale: #777777. Windows color (decimal): -5286503 or 10048943. OLE color: 10048943.

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

Color convert

RGB 175 85 153 -
CMYK 0 0.51 0.13 0.31
HSL 314.67º 0.36% 0.51% -
HSV(B) 314.67º 0.51% 0.69% -
XYZ 26.68 17.91 32.19 -
YUV 119.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 175 85 153 0 0.51 0.13 0.31 314.67 0.36 0.51
Hex AF 55 99 0 33 D 1F 13B 24 33
Octal 257 125 231 0 63 15 37 473 44 63
Binary 10101111 1010101 10011001 0 110011 1101 11111 100111011 100100 110011

Color Harmonies of #AF5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5599

Black with #AF5599

Text Example


Text Example

White with #AF5599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5599; }

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

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

background-color css

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

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

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

border-color css

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

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

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