Html Css Color HEX #AF559B Violet Blue

📋 copy color: '#AF559B'

red 175 ◦ green 85 ◦ blue 155

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

Shades of Violet Blue #AF559B

Tints of Violet Blue #AF559B

RGB

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

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

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

R = 42.17%
G = 20.48%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF559B (or 0xAF559B) is known color: Violet Blue. HEX triplet: AF, 55 and 9B. RGB value is (175,85,155). Sum of RGB (Red+Green+Blue) = 175+85+155=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF559B is #50AA64. Grayscale: #777777. Windows color (decimal): -5286501 or 10180015. OLE color: 10180015.

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

Color convert

RGB 175 85 155 -
CMYK 0 0.51 0.11 0.31
HSL 313.33º 0.36% 0.51% -
HSV(B) 313.33º 0.51% 0.69% -
XYZ 26.84 17.98 33.07 -
YUV 119.89 147.82 167.31 -
System Red Green Blue C M Y K H S L
Decimal 175 85 155 0 0.51 0.11 0.31 313.33 0.36 0.51
Hex AF 55 9B 0 33 B 1F 139 24 33
Octal 257 125 233 0 63 13 37 471 44 63
Binary 10101111 1010101 10011011 0 110011 1011 11111 100111001 100100 110011

Color Harmonies of #AF559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF559B

Black with #AF559B

Text Example


Text Example

White with #AF559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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