Html Css Color HEX #AF55AC Violet Blue

📋 copy color: '#AF55AC'

red 175 ◦ green 85 ◦ blue 172

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

Shades of Violet Blue #AF55AC

Tints of Violet Blue #AF55AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

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

R = 40.51%
G = 19.68%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF55AC (or 0xAF55AC) is known color: Violet Blue. HEX triplet: AF, 55 and AC. RGB value is (175,85,172). Sum of RGB (Red+Green+Blue) = 175+85+172=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF55AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF55AC is #50AA53. Grayscale: #797979. Windows color (decimal): -5286484 or 11294127. OLE color: 11294127.

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

Color convert

RGB 175 85 172 -
CMYK 0 0.51 0.02 0.31
HSL 302º 0.36% 0.51% -
HSV(B) 302º 0.51% 0.69% -
XYZ 28.37 18.59 41.12 -
YUV 121.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 175 85 172 0 0.51 0.02 0.31 302 0.36 0.51
Hex AF 55 AC 0 33 2 1F 12E 24 33
Octal 257 125 254 0 63 2 37 456 44 63
Binary 10101111 1010101 10101100 0 110011 10 11111 100101110 100100 110011

Color Harmonies of #AF55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF55AC

Black with #AF55AC

Text Example


Text Example

White with #AF55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF55AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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