Html Css Color HEX #A53D9E Violet Blue

📋 copy color: '#A53D9E'

red 165 ◦ green 61 ◦ blue 158

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

Shades of Violet Blue #A53D9E

Tints of Violet Blue #A53D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.15%

R = 42.97%
G = 15.89%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A53D9E (or 0xA53D9E) is known color: Violet Blue. HEX triplet: A5, 3D and 9E. RGB value is (165,61,158). Sum of RGB (Red+Green+Blue) = 165+61+158=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D9E is #5AC261. Grayscale: #666666. Windows color (decimal): -5948002 or 10370469. OLE color: 10370469.

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

Color convert

RGB 165 61 158 -
CMYK 0 0.63 0.04 0.35
HSL 304.04º 0.46% 0.44% -
HSV(B) 304.04º 0.63% 0.65% -
XYZ 23.36 13.81 33.78 -
YUV 103.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 165 61 158 0 0.63 0.04 0.35 304.04 0.46 0.44
Hex A5 3D 9E 0 3F 4 23 130 2E 2C
Octal 245 75 236 0 77 4 43 460 56 54
Binary 10100101 111101 10011110 0 111111 100 100011 100110000 101110 101100

Color Harmonies of #A53D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D9E

Black with #A53D9E

Text Example


Text Example

White with #A53D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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