Html Css Color HEX #A950AC Violet Blue

📋 copy color: '#A950AC'

red 169 ◦ green 80 ◦ blue 172

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

Shades of Violet Blue #A950AC

Tints of Violet Blue #A950AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

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

R = 40.14%
G = 19%
B = 40.86%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A950AC (or 0xA950AC) is known color: Violet Blue. HEX triplet: A9, 50 and AC. RGB value is (169,80,172). Sum of RGB (Red+Green+Blue) = 169+80+172=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #A950AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A950AC is #56AF53. Grayscale: #747474. Windows color (decimal): -5680980 or 11292841. OLE color: 11292841.

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

Color convert

RGB 169 80 172 -
CMYK 0.02 0.53 0 0.33
HSL 298.04º 0.37% 0.49% -
HSV(B) 298.04º 0.53% 0.67% -
XYZ 26.68 17.15 40.93 -
YUV 117.1 158.99 165.02 -
System Red Green Blue C M Y K H S L
Decimal 169 80 172 0.02 0.53 0 0.33 298.04 0.37 0.49
Hex A9 50 AC 2 35 0 21 12A 25 31
Octal 251 120 254 2 65 0 41 452 45 61
Binary 10101001 1010000 10101100 10 110101 0 100001 100101010 100101 110001

Color Harmonies of #A950AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950AC

Black with #A950AC

Text Example


Text Example

White with #A950AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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