Html Css Color HEX #AF599B Violet Blue

📋 copy color: '#AF599B'

red 175 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #AF599B

Tints of Violet Blue #AF599B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.99%

R = 41.77%
G = 21.24%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF599B (or 0xAF599B) is known color: Violet Blue. HEX triplet: AF, 59 and 9B. RGB value is (175,89,155). Sum of RGB (Red+Green+Blue) = 175+89+155=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF599B is #50A664. Grayscale: #7A7A7A. Windows color (decimal): -5285477 or 10181039. OLE color: 10181039.

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

Color convert

RGB 175 89 155 -
CMYK 0 0.49 0.11 0.31
HSL 313.95º 0.35% 0.52% -
HSV(B) 313.95º 0.49% 0.69% -
XYZ 27.17 18.63 33.17 -
YUV 122.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 175 89 155 0 0.49 0.11 0.31 313.95 0.35 0.52
Hex AF 59 9B 0 31 B 1F 13A 23 34
Octal 257 131 233 0 61 13 37 472 43 64
Binary 10101111 1011001 10011011 0 110001 1011 11111 100111010 100011 110100

Color Harmonies of #AF599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF599B

Black with #AF599B

Text Example


Text Example

White with #AF599B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF599B; }

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

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

background-color css

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

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

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

border-color css

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

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

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