Html Css Color HEX #AF599A Violet Blue

📋 copy color: '#AF599A'

red 175 ◦ green 89 ◦ blue 154

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

Shades of Violet Blue #AF599A

Tints of Violet Blue #AF599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 41.87%
G = 21.29%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF599A (or 0xAF599A) is known color: Violet Blue. HEX triplet: AF, 59 and 9A. RGB value is (175,89,154). Sum of RGB (Red+Green+Blue) = 175+89+154=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF599A is #50A665. Grayscale: #797979. Windows color (decimal): -5285478 or 10115503. OLE color: 10115503.

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

Color convert

RGB 175 89 154 -
CMYK 0 0.49 0.12 0.31
HSL 314.65º 0.35% 0.52% -
HSV(B) 314.65º 0.49% 0.69% -
XYZ 27.08 18.59 32.73 -
YUV 122.12 145.99 165.71 -
System Red Green Blue C M Y K H S L
Decimal 175 89 154 0 0.49 0.12 0.31 314.65 0.35 0.52
Hex AF 59 9A 0 31 C 1F 13B 23 34
Octal 257 131 232 0 61 14 37 473 43 64
Binary 10101111 1011001 10011010 0 110001 1100 11111 100111011 100011 110100

Color Harmonies of #AF599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF599A

Black with #AF599A

Text Example


Text Example

White with #AF599A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF599A; }

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

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

background-color css

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

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

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

border-color css

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

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

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