Html Css Color HEX #AF59AB Violet Blue

📋 copy color: '#AF59AB'

red 175 ◦ green 89 ◦ blue 171

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

Shades of Violet Blue #AF59AB

Tints of Violet Blue #AF59AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.31%

R = 40.23%
G = 20.46%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF59AB (or 0xAF59AB) is known color: Violet Blue. HEX triplet: AF, 59 and AB. RGB value is (175,89,171). Sum of RGB (Red+Green+Blue) = 175+89+171=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF59AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59AB is #50A654. Grayscale: #7B7B7B. Windows color (decimal): -5285461 or 11229615. OLE color: 11229615.

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

Color convert

RGB 175 89 171 -
CMYK 0 0.49 0.02 0.31
HSL 302.79º 0.35% 0.52% -
HSV(B) 302.79º 0.49% 0.69% -
XYZ 28.6 19.2 40.73 -
YUV 124.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 175 89 171 0 0.49 0.02 0.31 302.79 0.35 0.52
Hex AF 59 AB 0 31 2 1F 12F 23 34
Octal 257 131 253 0 61 2 37 457 43 64
Binary 10101111 1011001 10101011 0 110001 10 11111 100101111 100011 110100

Color Harmonies of #AF59AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59AB

Black with #AF59AB

Text Example


Text Example

White with #AF59AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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