Html Css Color HEX #A53AAB Violet Blue

📋 copy color: '#A53AAB'

red 165 ◦ green 58 ◦ blue 171

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

Shades of Violet Blue #A53AAB

Tints of Violet Blue #A53AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.72%

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

R = 41.88%
G = 14.72%
B = 43.4%

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

#A53AAB (or 0xA53AAB) is known color: Violet Blue. HEX triplet: A5, 3A and AB. RGB value is (165,58,171). Sum of RGB (Red+Green+Blue) = 165+58+171=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #A53AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAB is #5AC554. Grayscale: #666666. Windows color (decimal): -5948757 or 11221669. OLE color: 11221669.

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

Color convert

RGB 165 58 171 -
CMYK 0.04 0.66 0 0.33
HSL 296.81º 0.49% 0.45% -
HSV(B) 296.81º 0.66% 0.67% -
XYZ 24.38 13.97 39.94 -
YUV 102.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 165 58 171 0.04 0.66 0 0.33 296.81 0.49 0.45
Hex A5 3A AB 4 42 0 21 129 31 2D
Octal 245 72 253 4 102 0 41 451 61 55
Binary 10100101 111010 10101011 100 1000010 0 100001 100101001 110001 101101

Color Harmonies of #A53AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AAB

Black with #A53AAB

Text Example


Text Example

White with #A53AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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