Html Css Color HEX #A953B0 Violet Blue

📋 copy color: '#A953B0'

red 169 ◦ green 83 ◦ blue 176

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

Shades of Violet Blue #A953B0

Tints of Violet Blue #A953B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 41.12%

R = 39.49%
G = 19.39%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A953B0 (or 0xA953B0) is known color: Violet Blue. HEX triplet: A9, 53 and B0. RGB value is (169,83,176). Sum of RGB (Red+Green+Blue) = 169+83+176=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 176 (69.14% from 255 or 41.12% from 428); Max value from RGB is 176 - color contains mainly: blue. Hex color #A953B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953B0 is #56AC4F. Grayscale: #777777. Windows color (decimal): -5680208 or 11555753. OLE color: 11555753.

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

Color convert

RGB 169 83 176 -
CMYK 0.04 0.53 0 0.31
HSL 295.48º 0.37% 0.51% -
HSV(B) 295.48º 0.53% 0.69% -
XYZ 27.29 17.76 43.06 -
YUV 119.32 159.99 163.44 -
System Red Green Blue C M Y K H S L
Decimal 169 83 176 0.04 0.53 0 0.31 295.48 0.37 0.51
Hex A9 53 B0 4 35 0 1F 127 25 33
Octal 251 123 260 4 65 0 37 447 45 63
Binary 10101001 1010011 10110000 100 110101 0 11111 100100111 100101 110011

Color Harmonies of #A953B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953B0

Black with #A953B0

Text Example


Text Example

White with #A953B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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