Html Css Color HEX #A53D9F Violet Blue

📋 copy color: '#A53D9F'

red 165 ◦ green 61 ◦ blue 159

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

Shades of Violet Blue #A53D9F

Tints of Violet Blue #A53D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 42.86%
G = 15.84%
B = 41.3%

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

#A53D9F (or 0xA53D9F) is known color: Violet Blue. HEX triplet: A5, 3D and 9F. RGB value is (165,61,159). Sum of RGB (Red+Green+Blue) = 165+61+159=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53D9F is #5AC260. Grayscale: #666666. Windows color (decimal): -5948001 or 10436005. OLE color: 10436005.

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

Color convert

RGB 165 61 159 -
CMYK 0 0.63 0.04 0.35
HSL 303.46º 0.46% 0.44% -
HSV(B) 303.46º 0.63% 0.65% -
XYZ 23.44 13.84 34.24 -
YUV 103.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 165 61 159 0 0.63 0.04 0.35 303.46 0.46 0.44
Hex A5 3D 9F 0 3F 4 23 12F 2E 2C
Octal 245 75 237 0 77 4 43 457 56 54
Binary 10100101 111101 10011111 0 111111 100 100011 100101111 101110 101100

Color Harmonies of #A53D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D9F

Black with #A53D9F

Text Example


Text Example

White with #A53D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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