Html Css Color HEX #AF60AC Violet Blue

📋 copy color: '#AF60AC'

red 175 ◦ green 96 ◦ blue 172

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

Shades of Violet Blue #AF60AC

Tints of Violet Blue #AF60AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 39.5%
G = 21.67%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF60AC (or 0xAF60AC) is known color: Violet Blue. HEX triplet: AF, 60 and AC. RGB value is (175,96,172). Sum of RGB (Red+Green+Blue) = 175+96+172=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF60AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF60AC is #509F53. Grayscale: #808080. Windows color (decimal): -5283668 or 11296943. OLE color: 11296943.

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

Color convert

RGB 175 96 172 -
CMYK 0 0.45 0.02 0.31
HSL 302.28º 0.33% 0.53% -
HSV(B) 302.28º 0.45% 0.69% -
XYZ 29.31 20.46 41.43 -
YUV 128.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 175 96 172 0 0.45 0.02 0.31 302.28 0.33 0.53
Hex AF 60 AC 0 2D 2 1F 12E 21 35
Octal 257 140 254 0 55 2 37 456 41 65
Binary 10101111 1100000 10101100 0 101101 10 11111 100101110 100001 110101

Color Harmonies of #AF60AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF60AC

Black with #AF60AC

Text Example


Text Example

White with #AF60AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF60AC; }

 p { color: rgb(175,96,172); }

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

background-color css

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

 a { background-color: rgb(175,96,172); }

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

border-color css

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

 span { border-color: rgb(175,96,172); }

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