Html Css Color HEX #A454A0 Violet Blue

📋 copy color: '#A454A0'

red 164 ◦ green 84 ◦ blue 160

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

Shades of Violet Blue #A454A0

Tints of Violet Blue #A454A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 160 (62.89% from 255) = 39.22%

R = 40.2%
G = 20.59%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A454A0 (or 0xA454A0) is known color: Violet Blue. HEX triplet: A4, 54 and A0. RGB value is (164,84,160). Sum of RGB (Red+Green+Blue) = 164+84+160=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A454A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A454A0 is #5BAB5F. Grayscale: #747474. Windows color (decimal): -6007648 or 10507428. OLE color: 10507428.

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

Color convert

RGB 164 84 160 -
CMYK 0 0.49 0.02 0.36
HSL 303º 0.32% 0.49% -
HSV(B) 303º 0.49% 0.64% -
XYZ 24.83 16.77 35.19 -
YUV 116.58 152.5 161.82 -
System Red Green Blue C M Y K H S L
Decimal 164 84 160 0 0.49 0.02 0.36 303 0.32 0.49
Hex A4 54 A0 0 31 2 24 12F 20 31
Octal 244 124 240 0 61 2 44 457 40 61
Binary 10100100 1010100 10100000 0 110001 10 100100 100101111 100000 110001

Color Harmonies of #A454A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A454A0

Black with #A454A0

Text Example


Text Example

White with #A454A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A454A0; }

 p { color: rgb(164,84,160); }

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

background-color css

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

 a { background-color: rgb(164,84,160); }

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

border-color css

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

 span { border-color: rgb(164,84,160); }

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