Html Css Color HEX #A53B9F Violet Blue

📋 copy color: '#A53B9F'

red 165 ◦ green 59 ◦ blue 159

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

Shades of Violet Blue #A53B9F

Tints of Violet Blue #A53B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.4%

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

R = 43.08%
G = 15.4%
B = 41.51%

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

#A53B9F (or 0xA53B9F) is known color: Violet Blue. HEX triplet: A5, 3B and 9F. RGB value is (165,59,159). Sum of RGB (Red+Green+Blue) = 165+59+159=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B9F is #5AC460. Grayscale: #656565. Windows color (decimal): -5948513 or 10435493. OLE color: 10435493.

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

Color convert

RGB 165 59 159 -
CMYK 0 0.64 0.04 0.35
HSL 303.4º 0.47% 0.44% -
HSV(B) 303.4º 0.64% 0.65% -
XYZ 23.34 13.63 34.2 -
YUV 102.09 160.12 172.87 -
System Red Green Blue C M Y K H S L
Decimal 165 59 159 0 0.64 0.04 0.35 303.4 0.47 0.44
Hex A5 3B 9F 0 40 4 23 12F 2F 2C
Octal 245 73 237 0 100 4 43 457 57 54
Binary 10100101 111011 10011111 0 1000000 100 100011 100101111 101111 101100

Color Harmonies of #A53B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B9F

Black with #A53B9F

Text Example


Text Example

White with #A53B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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