Html Css Color HEX #A53BAC Violet Blue

📋 copy color: '#A53BAC'

red 165 ◦ green 59 ◦ blue 172

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

Shades of Violet Blue #A53BAC

Tints of Violet Blue #A53BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 41.67%
G = 14.9%
B = 43.43%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A53BAC (or 0xA53BAC) is known color: Violet Blue. HEX triplet: A5, 3B and AC. RGB value is (165,59,172). Sum of RGB (Red+Green+Blue) = 165+59+172=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 172 - color contains mainly: blue. Hex color #A53BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BAC is #5AC453. Grayscale: #676767. Windows color (decimal): -5948500 or 11287461. OLE color: 11287461.

HSL color Cylindrical-coordinate representation of color #A53BAC: hue angle of 296.28º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A53BAC is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 59 172 -
CMYK 0.04 0.66 0 0.33
HSL 296.28º 0.49% 0.45% -
HSV(B) 296.28º 0.66% 0.67% -
XYZ 24.53 14.11 40.46 -
YUV 103.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 165 59 172 0.04 0.66 0 0.33 296.28 0.49 0.45
Hex A5 3B AC 4 42 0 21 128 31 2D
Octal 245 73 254 4 102 0 41 450 61 55
Binary 10100101 111011 10101100 100 1000010 0 100001 100101000 110001 101101

Color Harmonies of #A53BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BAC

Black with #A53BAC

Text Example


Text Example

White with #A53BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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