Html Css Color HEX #AF529C Violet Blue

📋 copy color: '#AF529C'

red 175 ◦ green 82 ◦ blue 156

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

Shades of Violet Blue #AF529C

Tints of Violet Blue #AF529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 42.37%
G = 19.85%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF529C (or 0xAF529C) is known color: Violet Blue. HEX triplet: AF, 52 and 9C. RGB value is (175,82,156). Sum of RGB (Red+Green+Blue) = 175+82+156=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF529C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF529C is #50AD63. Grayscale: #767676. Windows color (decimal): -5287268 or 10244783. OLE color: 10244783.

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

Color convert

RGB 175 82 156 -
CMYK 0 0.53 0.11 0.31
HSL 312.26º 0.37% 0.5% -
HSV(B) 312.26º 0.53% 0.69% -
XYZ 26.7 17.55 33.43 -
YUV 118.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 175 82 156 0 0.53 0.11 0.31 312.26 0.37 0.5
Hex AF 52 9C 0 35 B 1F 138 25 32
Octal 257 122 234 0 65 13 37 470 45 62
Binary 10101111 1010010 10011100 0 110101 1011 11111 100111000 100101 110010

Color Harmonies of #AF529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF529C

Black with #AF529C

Text Example


Text Example

White with #AF529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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