Html Css Color HEX #AF559A Violet Blue

📋 copy color: '#AF559A'

red 175 ◦ green 85 ◦ blue 154

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

Shades of Violet Blue #AF559A

Tints of Violet Blue #AF559A

RGB

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

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

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

R = 42.27%
G = 20.53%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF559A (or 0xAF559A) is known color: Violet Blue. HEX triplet: AF, 55 and 9A. RGB value is (175,85,154). Sum of RGB (Red+Green+Blue) = 175+85+154=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559A is #50AA65. Grayscale: #777777. Windows color (decimal): -5286502 or 10114479. OLE color: 10114479.

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

Color convert

RGB 175 85 154 -
CMYK 0 0.51 0.12 0.31
HSL 314º 0.36% 0.51% -
HSV(B) 314º 0.51% 0.69% -
XYZ 26.76 17.94 32.62 -
YUV 119.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 175 85 154 0 0.51 0.12 0.31 314 0.36 0.51
Hex AF 55 9A 0 33 C 1F 13A 24 33
Octal 257 125 232 0 63 14 37 472 44 63
Binary 10101111 1010101 10011010 0 110011 1100 11111 100111010 100100 110011

Color Harmonies of #AF559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF559A

Black with #AF559A

Text Example


Text Example

White with #AF559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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