Html Css Color HEX #A53CA4 Violet Blue

📋 copy color: '#A53CA4'

red 165 ◦ green 60 ◦ blue 164

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

Shades of Violet Blue #A53CA4

Tints of Violet Blue #A53CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.16%

R = 42.42%
G = 15.42%
B = 42.16%

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

#A53CA4 (or 0xA53CA4) is known color: Violet Blue. HEX triplet: A5, 3C and A4. RGB value is (165,60,164). Sum of RGB (Red+Green+Blue) = 165+60+164=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA4 is #5AC35B. Grayscale: #666666. Windows color (decimal): -5948252 or 10763429. OLE color: 10763429.

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

Color convert

RGB 165 60 164 -
CMYK 0 0.64 0.01 0.35
HSL 300.57º 0.47% 0.44% -
HSV(B) 300.57º 0.64% 0.65% -
XYZ 23.83 13.91 36.55 -
YUV 103.25 162.29 172.04 -
System Red Green Blue C M Y K H S L
Decimal 165 60 164 0 0.64 0.01 0.35 300.57 0.47 0.44
Hex A5 3C A4 0 40 1 23 12D 2F 2C
Octal 245 74 244 0 100 1 43 455 57 54
Binary 10100101 111100 10100100 0 1000000 1 100011 100101101 101111 101100

Color Harmonies of #A53CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CA4

Black with #A53CA4

Text Example


Text Example

White with #A53CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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