Html Css Color HEX #AF599E Violet Blue

📋 copy color: '#AF599E'

red 175 ◦ green 89 ◦ blue 158

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

Shades of Violet Blue #AF599E

Tints of Violet Blue #AF599E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.44%

R = 41.47%
G = 21.09%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF599E (or 0xAF599E) is known color: Violet Blue. HEX triplet: AF, 59 and 9E. RGB value is (175,89,158). Sum of RGB (Red+Green+Blue) = 175+89+158=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF599E is #50A661. Grayscale: #7A7A7A. Windows color (decimal): -5285474 or 10377647. OLE color: 10377647.

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

Color convert

RGB 175 89 158 -
CMYK 0 0.49 0.10 0.31
HSL 311.86º 0.35% 0.52% -
HSV(B) 311.86º 0.49% 0.69% -
XYZ 27.42 18.73 34.52 -
YUV 122.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 175 89 158 0 0.49 0.10 0.31 311.86 0.35 0.52
Hex AF 59 9E 0 31 A 1F 138 23 34
Octal 257 131 236 0 61 12 37 470 43 64
Binary 10101111 1011001 10011110 0 110001 1010 11111 100111000 100011 110100

Color Harmonies of #AF599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF599E

Black with #AF599E

Text Example


Text Example

White with #AF599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF599E; }

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

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

background-color css

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

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

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

border-color css

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

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

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