Html Css Color HEX #A576AC Violet Blue

📋 copy color: '#A576AC'

red 165 ◦ green 118 ◦ blue 172

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

Shades of Violet Blue #A576AC

Tints of Violet Blue #A576AC

RGB

 RED value IS 165 (64.84% from 255) = 36.26%

 GREEN value IS 118 (46.48% from 255) = 25.93%

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

R = 36.26%
G = 25.93%
B = 37.8%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A576AC (or 0xA576AC) is known color: Violet Blue. HEX triplet: A5, 76 and AC. RGB value is (165,118,172). Sum of RGB (Red+Green+Blue) = 165+118+172=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #A576AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A576AC is #5A8953. Grayscale: #8A8A8A. Windows color (decimal): -5933396 or 11302565. OLE color: 11302565.

HSL color Cylindrical-coordinate representation of color #A576AC: hue angle of 292.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A576AC is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 118 172 -
CMYK 0.04 0.31 0 0.33
HSL 292.22º 0.25% 0.57% -
HSV(B) 292.22º 0.31% 0.67% -
XYZ 29.44 23.93 42.1 -
YUV 138.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 165 118 172 0.04 0.31 0 0.33 292.22 0.25 0.57
Hex A5 76 AC 4 1F 0 21 124 19 39
Octal 245 166 254 4 37 0 41 444 31 71
Binary 10100101 1110110 10101100 100 11111 0 100001 100100100 11001 111001

Color Harmonies of #A576AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A576AC

Black with #A576AC

Text Example


Text Example

White with #A576AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A576AC; }

 p { color: rgb(165,118,172); }

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

background-color css

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

 a { background-color: rgb(165,118,172); }

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

border-color css

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

 span { border-color: rgb(165,118,172); }

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