Html Css Color HEX #A53BA0 Violet Blue

📋 copy color: '#A53BA0'

red 165 ◦ green 59 ◦ blue 160

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

Shades of Violet Blue #A53BA0

Tints of Violet Blue #A53BA0

RGB

 RED value IS 165 (64.84% from 255) = 42.97%

 GREEN value IS 59 (23.44% from 255) = 15.36%

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

R = 42.97%
G = 15.36%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A53BA0 (or 0xA53BA0) is known color: Violet Blue. HEX triplet: A5, 3B and A0. RGB value is (165,59,160). Sum of RGB (Red+Green+Blue) = 165+59+160=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A53BA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BA0 is #5AC45F. Grayscale: #656565. Windows color (decimal): -5948512 or 10501029. OLE color: 10501029.

HSL color Cylindrical-coordinate representation of color #A53BA0: hue angle of 302.83º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53BA0 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 59 160 -
CMYK 0 0.64 0.03 0.35
HSL 302.83º 0.47% 0.44% -
HSV(B) 302.83º 0.64% 0.65% -
XYZ 23.43 13.67 34.66 -
YUV 102.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 165 59 160 0 0.64 0.03 0.35 302.83 0.47 0.44
Hex A5 3B A0 0 40 3 23 12F 2F 2C
Octal 245 73 240 0 100 3 43 457 57 54
Binary 10100101 111011 10100000 0 1000000 11 100011 100101111 101111 101100

Color Harmonies of #A53BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BA0

Black with #A53BA0

Text Example


Text Example

White with #A53BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BA0; }

 p { color: rgb(165,59,160); }

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

background-color css

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

 a { background-color: rgb(165,59,160); }

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

border-color css

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

 span { border-color: rgb(165,59,160); }

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