Html Css Color HEX #AF52AD Violet Blue

📋 copy color: '#AF52AD'

red 175 ◦ green 82 ◦ blue 173

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

Shades of Violet Blue #AF52AD

Tints of Violet Blue #AF52AD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.07%

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

R = 40.7%
G = 19.07%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#AF52AD (or 0xAF52AD) is known color: Violet Blue. HEX triplet: AF, 52 and AD. RGB value is (175,82,173). Sum of RGB (Red+Green+Blue) = 175+82+173=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF52AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF52AD is #50AD52. Grayscale: #777777. Windows color (decimal): -5287251 or 11358895. OLE color: 11358895.

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

Color convert

RGB 175 82 173 -
CMYK 0 0.53 0.01 0.31
HSL 301.29º 0.37% 0.5% -
HSV(B) 301.29º 0.53% 0.69% -
XYZ 28.24 18.17 41.55 -
YUV 120.18 157.81 167.1 -
System Red Green Blue C M Y K H S L
Decimal 175 82 173 0 0.53 0.01 0.31 301.29 0.37 0.5
Hex AF 52 AD 0 35 1 1F 12D 25 32
Octal 257 122 255 0 65 1 37 455 45 62
Binary 10101111 1010010 10101101 0 110101 1 11111 100101101 100101 110010

Color Harmonies of #AF52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF52AD

Black with #AF52AD

Text Example


Text Example

White with #AF52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF52AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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