Html Css Color HEX #A53CA3 Violet Blue

📋 copy color: '#A53CA3'

red 165 ◦ green 60 ◦ blue 163

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

Shades of Violet Blue #A53CA3

Tints of Violet Blue #A53CA3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.46%

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

R = 42.53%
G = 15.46%
B = 42.01%

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

#A53CA3 (or 0xA53CA3) is known color: Violet Blue. HEX triplet: A5, 3C and A3. RGB value is (165,60,163). Sum of RGB (Red+Green+Blue) = 165+60+163=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA3 is #5AC35C. Grayscale: #666666. Windows color (decimal): -5948253 or 10697893. OLE color: 10697893.

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

Color convert

RGB 165 60 163 -
CMYK 0 0.64 0.01 0.35
HSL 301.14º 0.47% 0.44% -
HSV(B) 301.14º 0.64% 0.65% -
XYZ 23.74 13.88 36.08 -
YUV 103.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 165 60 163 0 0.64 0.01 0.35 301.14 0.47 0.44
Hex A5 3C A3 0 40 1 23 12D 2F 2C
Octal 245 74 243 0 100 1 43 455 57 54
Binary 10100101 111100 10100011 0 1000000 1 100011 100101101 101111 101100

Color Harmonies of #A53CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CA3

Black with #A53CA3

Text Example


Text Example

White with #A53CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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