Html Css Color HEX #AF599F Violet Blue

📋 copy color: '#AF599F'

red 175 ◦ green 89 ◦ blue 159

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

Shades of Violet Blue #AF599F

Tints of Violet Blue #AF599F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.59%

R = 41.37%
G = 21.04%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF599F (or 0xAF599F) is known color: Violet Blue. HEX triplet: AF, 59 and 9F. RGB value is (175,89,159). Sum of RGB (Red+Green+Blue) = 175+89+159=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF599F is #50A660. Grayscale: #7A7A7A. Windows color (decimal): -5285473 or 10443183. OLE color: 10443183.

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

Color convert

RGB 175 89 159 -
CMYK 0 0.49 0.09 0.31
HSL 311.16º 0.35% 0.52% -
HSV(B) 311.16º 0.49% 0.69% -
XYZ 27.51 18.76 34.97 -
YUV 122.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 175 89 159 0 0.49 0.09 0.31 311.16 0.35 0.52
Hex AF 59 9F 0 31 9 1F 137 23 34
Octal 257 131 237 0 61 11 37 467 43 64
Binary 10101111 1011001 10011111 0 110001 1001 11111 100110111 100011 110100

Color Harmonies of #AF599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF599F

Black with #AF599F

Text Example


Text Example

White with #AF599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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