Html Css Color HEX #A53F96 Violet Blue

📋 copy color: '#A53F96'

red 165 ◦ green 63 ◦ blue 150

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

Shades of Violet Blue #A53F96

Tints of Violet Blue #A53F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 43.65%
G = 16.67%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A53F96 (or 0xA53F96) is known color: Violet Blue. HEX triplet: A5, 3F and 96. RGB value is (165,63,150). Sum of RGB (Red+Green+Blue) = 165+63+150=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F96 is #5AC069. Grayscale: #676767. Windows color (decimal): -5947498 or 9846693. OLE color: 9846693.

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

Color convert

RGB 165 63 150 -
CMYK 0 0.62 0.09 0.35
HSL 308.82º 0.45% 0.45% -
HSV(B) 308.82º 0.62% 0.65% -
XYZ 22.8 13.76 30.31 -
YUV 103.42 154.29 171.93 -
System Red Green Blue C M Y K H S L
Decimal 165 63 150 0 0.62 0.09 0.35 308.82 0.45 0.45
Hex A5 3F 96 0 3E 9 23 135 2D 2D
Octal 245 77 226 0 76 11 43 465 55 55
Binary 10100101 111111 10010110 0 111110 1001 100011 100110101 101101 101101

Color Harmonies of #A53F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53F96

Black with #A53F96

Text Example


Text Example

White with #A53F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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