Html Css Color HEX #A53DA1 Violet Blue

📋 copy color: '#A53DA1'

red 165 ◦ green 61 ◦ blue 161

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

Shades of Violet Blue #A53DA1

Tints of Violet Blue #A53DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 42.64%
G = 15.76%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A53DA1 (or 0xA53DA1) is known color: Violet Blue. HEX triplet: A5, 3D and A1. RGB value is (165,61,161). Sum of RGB (Red+Green+Blue) = 165+61+161=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA1 is #5AC25E. Grayscale: #676767. Windows color (decimal): -5947999 or 10567077. OLE color: 10567077.

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

Color convert

RGB 165 61 161 -
CMYK 0 0.63 0.02 0.35
HSL 302.31º 0.46% 0.44% -
HSV(B) 302.31º 0.63% 0.65% -
XYZ 23.62 13.91 35.16 -
YUV 103.5 160.46 171.87 -
System Red Green Blue C M Y K H S L
Decimal 165 61 161 0 0.63 0.02 0.35 302.31 0.46 0.44
Hex A5 3D A1 0 3F 2 23 12E 2E 2C
Octal 245 75 241 0 77 2 43 456 56 54
Binary 10100101 111101 10100001 0 111111 10 100011 100101110 101110 101100

Color Harmonies of #A53DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DA1

Black with #A53DA1

Text Example


Text Example

White with #A53DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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