Html Css Color HEX #AF59AD Violet Blue

📋 copy color: '#AF59AD'

red 175 ◦ green 89 ◦ blue 173

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

Shades of Violet Blue #AF59AD

Tints of Violet Blue #AF59AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 40.05%
G = 20.37%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF59AD (or 0xAF59AD) is known color: Violet Blue. HEX triplet: AF, 59 and AD. RGB value is (175,89,173). Sum of RGB (Red+Green+Blue) = 175+89+173=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF59AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF59AD is #50A652. Grayscale: #7C7C7C. Windows color (decimal): -5285459 or 11360687. OLE color: 11360687.

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

Color convert

RGB 175 89 173 -
CMYK 0 0.49 0.01 0.31
HSL 301.4º 0.35% 0.52% -
HSV(B) 301.4º 0.49% 0.69% -
XYZ 28.79 19.28 41.74 -
YUV 124.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 175 89 173 0 0.49 0.01 0.31 301.4 0.35 0.52
Hex AF 59 AD 0 31 1 1F 12D 23 34
Octal 257 131 255 0 61 1 37 455 43 64
Binary 10101111 1011001 10101101 0 110001 1 11111 100101101 100011 110100

Color Harmonies of #AF59AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF59AD

Black with #AF59AD

Text Example


Text Example

White with #AF59AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF59AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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