Html Css Color HEX #A53DA0 Violet Blue

📋 copy color: '#A53DA0'

red 165 ◦ green 61 ◦ blue 160

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

Shades of Violet Blue #A53DA0

Tints of Violet Blue #A53DA0

RGB

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

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

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

R = 42.75%
G = 15.8%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A53DA0 (or 0xA53DA0) is known color: Violet Blue. HEX triplet: A5, 3D and A0. RGB value is (165,61,160). Sum of RGB (Red+Green+Blue) = 165+61+160=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 165 - color contains mainly: red. Hex color #A53DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DA0 is #5AC25F. Grayscale: #676767. Windows color (decimal): -5948000 or 10501541. OLE color: 10501541.

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

Color convert

RGB 165 61 160 -
CMYK 0 0.63 0.03 0.35
HSL 302.88º 0.46% 0.44% -
HSV(B) 302.88º 0.63% 0.65% -
XYZ 23.53 13.87 34.7 -
YUV 103.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 165 61 160 0 0.63 0.03 0.35 302.88 0.46 0.44
Hex A5 3D A0 0 3F 3 23 12F 2E 2C
Octal 245 75 240 0 77 3 43 457 56 54
Binary 10100101 111101 10100000 0 111111 11 100011 100101111 101110 101100

Color Harmonies of #A53DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DA0

Black with #A53DA0

Text Example


Text Example

White with #A53DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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