Html Css Color HEX #A53BAB Violet Blue

📋 copy color: '#A53BAB'

red 165 ◦ green 59 ◦ blue 171

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

Shades of Violet Blue #A53BAB

Tints of Violet Blue #A53BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 41.77%
G = 14.94%
B = 43.29%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A53BAB (or 0xA53BAB) is known color: Violet Blue. HEX triplet: A5, 3B and AB. RGB value is (165,59,171). Sum of RGB (Red+Green+Blue) = 165+59+171=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #A53BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53BAB is #5AC454. Grayscale: #676767. Windows color (decimal): -5948501 or 11221925. OLE color: 11221925.

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

Color convert

RGB 165 59 171 -
CMYK 0.04 0.65 0 0.33
HSL 296.79º 0.49% 0.45% -
HSV(B) 296.79º 0.65% 0.67% -
XYZ 24.43 14.07 39.96 -
YUV 103.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 165 59 171 0.04 0.65 0 0.33 296.79 0.49 0.45
Hex A5 3B AB 4 41 0 21 129 31 2D
Octal 245 73 253 4 101 0 41 451 61 55
Binary 10100101 111011 10101011 100 1000001 0 100001 100101001 110001 101101

Color Harmonies of #A53BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53BAB

Black with #A53BAB

Text Example


Text Example

White with #A53BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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