Html Css Color HEX #A450A1 Violet Blue

📋 copy color: '#A450A1'

red 164 ◦ green 80 ◦ blue 161

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

Shades of Violet Blue #A450A1

Tints of Violet Blue #A450A1

RGB

 RED value IS 164 (64.45% from 255) = 40.49%

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

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 40.49%
G = 19.75%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A450A1 (or 0xA450A1) is known color: Violet Blue. HEX triplet: A4, 50 and A1. RGB value is (164,80,161). Sum of RGB (Red+Green+Blue) = 164+80+161=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A450A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A450A1 is #5BAF5E. Grayscale: #727272. Windows color (decimal): -6008671 or 10571940. OLE color: 10571940.

HSL color Cylindrical-coordinate representation of color #A450A1: hue angle of 302.14º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A450A1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 161 -
CMYK 0 0.51 0.02 0.36
HSL 302.14º 0.34% 0.48% -
HSV(B) 302.14º 0.51% 0.64% -
XYZ 24.61 16.2 35.55 -
YUV 114.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 164 80 161 0 0.51 0.02 0.36 302.14 0.34 0.48
Hex A4 50 A1 0 33 2 24 12E 22 30
Octal 244 120 241 0 63 2 44 456 42 60
Binary 10100100 1010000 10100001 0 110011 10 100100 100101110 100010 110000

Color Harmonies of #A450A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A450A1

Black with #A450A1

Text Example


Text Example

White with #A450A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A450A1; }

 p { color: rgb(164,80,161); }

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

background-color css

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

 a { background-color: rgb(164,80,161); }

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

border-color css

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

 span { border-color: rgb(164,80,161); }

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