Html Css Color HEX #A53F9F Violet Blue

📋 copy color: '#A53F9F'

red 165 ◦ green 63 ◦ blue 159

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

Shades of Violet Blue #A53F9F

Tints of Violet Blue #A53F9F

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

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

R = 42.64%
G = 16.28%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A53F9F (or 0xA53F9F) is known color: Violet Blue. HEX triplet: A5, 3F and 9F. RGB value is (165,63,159). Sum of RGB (Red+Green+Blue) = 165+63+159=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F9F is #5AC060. Grayscale: #686868. Windows color (decimal): -5947489 or 10436517. OLE color: 10436517.

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

Color convert

RGB 165 63 159 -
CMYK 0 0.62 0.04 0.35
HSL 303.53º 0.45% 0.45% -
HSV(B) 303.53º 0.62% 0.65% -
XYZ 23.55 14.06 34.27 -
YUV 104.44 158.79 171.19 -
System Red Green Blue C M Y K H S L
Decimal 165 63 159 0 0.62 0.04 0.35 303.53 0.45 0.45
Hex A5 3F 9F 0 3E 4 23 130 2D 2D
Octal 245 77 237 0 76 4 43 460 55 55
Binary 10100101 111111 10011111 0 111110 100 100011 100110000 101101 101101

Color Harmonies of #A53F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F9F

Black with #A53F9F

Text Example


Text Example

White with #A53F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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