Html Css Color HEX #A53BA3 Violet Blue

📋 copy color: '#A53BA3'

red 165 ◦ green 59 ◦ blue 163

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

Shades of Violet Blue #A53BA3

Tints of Violet Blue #A53BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.12%

R = 42.64%
G = 15.25%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A53BA3 (or 0xA53BA3) is known color: Violet Blue. HEX triplet: A5, 3B and A3. RGB value is (165,59,163). Sum of RGB (Red+Green+Blue) = 165+59+163=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 163 (64.06% from 255 or 42.12% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BA3 is #5AC45C. Grayscale: #666666. Windows color (decimal): -5948509 or 10697637. OLE color: 10697637.

HSL color Cylindrical-coordinate representation of color #A53BA3: hue angle of 301.13º 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 #A53BA3 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 59 163 -
CMYK 0 0.64 0.01 0.35
HSL 301.13º 0.47% 0.44% -
HSV(B) 301.13º 0.64% 0.65% -
XYZ 23.69 13.77 36.06 -
YUV 102.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 165 59 163 0 0.64 0.01 0.35 301.13 0.47 0.44
Hex A5 3B A3 0 40 1 23 12D 2F 2C
Octal 245 73 243 0 100 1 43 455 57 54
Binary 10100101 111011 10100011 0 1000000 1 100011 100101101 101111 101100

Color Harmonies of #A53BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BA3

Black with #A53BA3

Text Example


Text Example

White with #A53BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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