Html Css Color HEX #A53CA0 Violet Blue

📋 copy color: '#A53CA0'

red 165 ◦ green 60 ◦ blue 160

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

Shades of Violet Blue #A53CA0

Tints of Violet Blue #A53CA0

RGB

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

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

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

R = 42.86%
G = 15.58%
B = 41.56%

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

#A53CA0 (or 0xA53CA0) is known color: Violet Blue. HEX triplet: A5, 3C and A0. RGB value is (165,60,160). Sum of RGB (Red+Green+Blue) = 165+60+160=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53CA0 is #5AC35F. Grayscale: #666666. Windows color (decimal): -5948256 or 10501285. OLE color: 10501285.

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

Color convert

RGB 165 60 160 -
CMYK 0 0.64 0.03 0.35
HSL 302.86º 0.47% 0.44% -
HSV(B) 302.86º 0.64% 0.65% -
XYZ 23.48 13.77 34.68 -
YUV 102.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 165 60 160 0 0.64 0.03 0.35 302.86 0.47 0.44
Hex A5 3C A0 0 40 3 23 12F 2F 2C
Octal 245 74 240 0 100 3 43 457 57 54
Binary 10100101 111100 10100000 0 1000000 11 100011 100101111 101111 101100

Color Harmonies of #A53CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53CA0

Black with #A53CA0

Text Example


Text Example

White with #A53CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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