Html Css Color HEX #A53DA3 Violet Blue

📋 copy color: '#A53DA3'

red 165 ◦ green 61 ◦ blue 163

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

Shades of Violet Blue #A53DA3

Tints of Violet Blue #A53DA3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

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

R = 42.42%
G = 15.68%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A53DA3 (or 0xA53DA3) is known color: Violet Blue. HEX triplet: A5, 3D and A3. RGB value is (165,61,163). Sum of RGB (Red+Green+Blue) = 165+61+163=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA3 is #5AC25C. Grayscale: #676767. Windows color (decimal): -5947997 or 10698149. OLE color: 10698149.

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

Color convert

RGB 165 61 163 -
CMYK 0 0.63 0.01 0.35
HSL 301.15º 0.46% 0.44% -
HSV(B) 301.15º 0.63% 0.65% -
XYZ 23.8 13.98 36.09 -
YUV 103.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 165 61 163 0 0.63 0.01 0.35 301.15 0.46 0.44
Hex A5 3D A3 0 3F 1 23 12D 2E 2C
Octal 245 75 243 0 77 1 43 455 56 54
Binary 10100101 111101 10100011 0 111111 1 100011 100101101 101110 101100

Color Harmonies of #A53DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DA3

Black with #A53DA3

Text Example


Text Example

White with #A53DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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