Html Css Color HEX #A53C9F Violet Blue

📋 copy color: '#A53C9F'

red 165 ◦ green 60 ◦ blue 159

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

Shades of Violet Blue #A53C9F

Tints of Violet Blue #A53C9F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

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

R = 42.97%
G = 15.63%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A53C9F (or 0xA53C9F) is known color: Violet Blue. HEX triplet: A5, 3C and 9F. RGB value is (165,60,159). Sum of RGB (Red+Green+Blue) = 165+60+159=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53C9F is #5AC360. Grayscale: #666666. Windows color (decimal): -5948257 or 10435749. OLE color: 10435749.

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

Color convert

RGB 165 60 159 -
CMYK 0 0.64 0.04 0.35
HSL 303.43º 0.47% 0.44% -
HSV(B) 303.43º 0.64% 0.65% -
XYZ 23.39 13.73 34.22 -
YUV 102.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 165 60 159 0 0.64 0.04 0.35 303.43 0.47 0.44
Hex A5 3C 9F 0 40 4 23 12F 2F 2C
Octal 245 74 237 0 100 4 43 457 57 54
Binary 10100101 111100 10011111 0 1000000 100 100011 100101111 101111 101100

Color Harmonies of #A53C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53C9F

Black with #A53C9F

Text Example


Text Example

White with #A53C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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