Html Css Color HEX #A953AC Violet Blue

📋 copy color: '#A953AC'

red 169 ◦ green 83 ◦ blue 172

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

Shades of Violet Blue #A953AC

Tints of Violet Blue #A953AC

RGB

 RED value IS 169 (66.41% from 255) = 39.86%

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

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

R = 39.86%
G = 19.58%
B = 40.57%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A953AC (or 0xA953AC) is known color: Violet Blue. HEX triplet: A9, 53 and AC. RGB value is (169,83,172). Sum of RGB (Red+Green+Blue) = 169+83+172=424 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.86% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #A953AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953AC is #56AC53. Grayscale: #767676. Windows color (decimal): -5680212 or 11293609. OLE color: 11293609.

HSL color Cylindrical-coordinate representation of color #A953AC: hue angle of 297.98º 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 #A953AC is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 83 172 -
CMYK 0.02 0.52 0 0.33
HSL 297.98º 0.35% 0.5% -
HSV(B) 297.98º 0.52% 0.67% -
XYZ 26.9 17.6 41.01 -
YUV 118.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 169 83 172 0.02 0.52 0 0.33 297.98 0.35 0.5
Hex A9 53 AC 2 34 0 21 12A 23 32
Octal 251 123 254 2 64 0 41 452 43 62
Binary 10101001 1010011 10101100 10 110100 0 100001 100101010 100011 110010

Color Harmonies of #A953AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953AC

Black with #A953AC

Text Example


Text Example

White with #A953AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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