Html Css Color HEX #AF529D Violet Blue

📋 copy color: '#AF529D'

red 175 ◦ green 82 ◦ blue 157

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

Shades of Violet Blue #AF529D

Tints of Violet Blue #AF529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 42.27%
G = 19.81%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF529D (or 0xAF529D) is known color: Violet Blue. HEX triplet: AF, 52 and 9D. RGB value is (175,82,157). Sum of RGB (Red+Green+Blue) = 175+82+157=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529D is #50AD62. Grayscale: #767676. Windows color (decimal): -5287267 or 10310319. OLE color: 10310319.

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

Color convert

RGB 175 82 157 -
CMYK 0 0.53 0.10 0.31
HSL 311.61º 0.37% 0.5% -
HSV(B) 311.61º 0.53% 0.69% -
XYZ 26.78 17.58 33.88 -
YUV 118.36 149.81 168.4 -
System Red Green Blue C M Y K H S L
Decimal 175 82 157 0 0.53 0.10 0.31 311.61 0.37 0.5
Hex AF 52 9D 0 35 A 1F 138 25 32
Octal 257 122 235 0 65 12 37 470 45 62
Binary 10101111 1010010 10011101 0 110101 1010 11111 100111000 100101 110010

Color Harmonies of #AF529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF529D

Black with #AF529D

Text Example


Text Example

White with #AF529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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