Html Css Color HEX #A553AC Violet Blue

📋 copy color: '#A553AC'

red 165 ◦ green 83 ◦ blue 172

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

Shades of Violet Blue #A553AC

Tints of Violet Blue #A553AC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

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

R = 39.29%
G = 19.76%
B = 40.95%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A553AC (or 0xA553AC) is known color: Violet Blue. HEX triplet: A5, 53 and AC. RGB value is (165,83,172). Sum of RGB (Red+Green+Blue) = 165+83+172=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #A553AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A553AC is #5AAC53. Grayscale: #757575. Windows color (decimal): -5942356 or 11293605. OLE color: 11293605.

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

Color convert

RGB 165 83 172 -
CMYK 0.04 0.52 0 0.33
HSL 295.28º 0.35% 0.5% -
HSV(B) 295.28º 0.52% 0.67% -
XYZ 26.06 17.16 40.97 -
YUV 117.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 165 83 172 0.04 0.52 0 0.33 295.28 0.35 0.5
Hex A5 53 AC 4 34 0 21 127 23 32
Octal 245 123 254 4 64 0 41 447 43 62
Binary 10100101 1010011 10101100 100 110100 0 100001 100100111 100011 110010

Color Harmonies of #A553AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A553AC

Black with #A553AC

Text Example


Text Example

White with #A553AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A553AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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