Html Css Color HEX #AF54AD Violet Blue

📋 copy color: '#AF54AD'

red 175 ◦ green 84 ◦ blue 173

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

Shades of Violet Blue #AF54AD

Tints of Violet Blue #AF54AD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

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

R = 40.51%
G = 19.44%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF54AD (or 0xAF54AD) is known color: Violet Blue. HEX triplet: AF, 54 and AD. RGB value is (175,84,173). Sum of RGB (Red+Green+Blue) = 175+84+173=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF54AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF54AD is #50AB52. Grayscale: #797979. Windows color (decimal): -5286739 or 11359407. OLE color: 11359407.

HSL color Cylindrical-coordinate representation of color #AF54AD: hue angle of 301.32º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF54AD is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 173 -
CMYK 0 0.52 0.01 0.31
HSL 301.32º 0.36% 0.51% -
HSV(B) 301.32º 0.52% 0.69% -
XYZ 28.39 18.47 41.6 -
YUV 121.36 157.15 166.26 -
System Red Green Blue C M Y K H S L
Decimal 175 84 173 0 0.52 0.01 0.31 301.32 0.36 0.51
Hex AF 54 AD 0 34 1 1F 12D 24 33
Octal 257 124 255 0 64 1 37 455 44 63
Binary 10101111 1010100 10101101 0 110100 1 11111 100101101 100100 110011

Color Harmonies of #AF54AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF54AD

Black with #AF54AD

Text Example


Text Example

White with #AF54AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF54AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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