Html Css Color HEX #A453A0 Violet Blue

📋 copy color: '#A453A0'

red 164 ◦ green 83 ◦ blue 160

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

Shades of Violet Blue #A453A0

Tints of Violet Blue #A453A0

RGB

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

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

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

R = 40.29%
G = 20.39%
B = 39.31%

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

#A453A0 (or 0xA453A0) is known color: Violet Blue. HEX triplet: A4, 53 and A0. RGB value is (164,83,160). Sum of RGB (Red+Green+Blue) = 164+83+160=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A453A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A453A0 is #5BAC5F. Grayscale: #737373. Windows color (decimal): -6007904 or 10507172. OLE color: 10507172.

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

Color convert

RGB 164 83 160 -
CMYK 0 0.49 0.02 0.36
HSL 302.96º 0.33% 0.48% -
HSV(B) 302.96º 0.49% 0.64% -
XYZ 24.75 16.62 35.16 -
YUV 116 152.84 162.24 -
System Red Green Blue C M Y K H S L
Decimal 164 83 160 0 0.49 0.02 0.36 302.96 0.33 0.48
Hex A4 53 A0 0 31 2 24 12F 21 30
Octal 244 123 240 0 61 2 44 457 41 60
Binary 10100100 1010011 10100000 0 110001 10 100100 100101111 100001 110000

Color Harmonies of #A453A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A453A0

Black with #A453A0

Text Example


Text Example

White with #A453A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A453A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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