Html Css Color HEX #AF55AD Violet Blue

📋 copy color: '#AF55AD'

red 175 ◦ green 85 ◦ blue 173

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

Shades of Violet Blue #AF55AD

Tints of Violet Blue #AF55AD

RGB

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

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

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

R = 40.42%
G = 19.63%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF55AD (or 0xAF55AD) is known color: Violet Blue. HEX triplet: AF, 55 and AD. RGB value is (175,85,173). Sum of RGB (Red+Green+Blue) = 175+85+173=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55AD is #50AA52. Grayscale: #797979. Windows color (decimal): -5286483 or 11359663. OLE color: 11359663.

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

Color convert

RGB 175 85 173 -
CMYK 0 0.51 0.01 0.31
HSL 301.33º 0.36% 0.51% -
HSV(B) 301.33º 0.51% 0.69% -
XYZ 28.47 18.63 41.63 -
YUV 121.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 175 85 173 0 0.51 0.01 0.31 301.33 0.36 0.51
Hex AF 55 AD 0 33 1 1F 12D 24 33
Octal 257 125 255 0 63 1 37 455 44 63
Binary 10101111 1010101 10101101 0 110011 1 11111 100101101 100100 110011

Color Harmonies of #AF55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55AD

Black with #AF55AD

Text Example


Text Example

White with #AF55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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