Html Css Color HEX #A53AAC Violet Blue

📋 copy color: '#A53AAC'

red 165 ◦ green 58 ◦ blue 172

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

Shades of Violet Blue #A53AAC

Tints of Violet Blue #A53AAC

RGB

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

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

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

R = 41.77%
G = 14.68%
B = 43.54%

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

#A53AAC (or 0xA53AAC) is known color: Violet Blue. HEX triplet: A5, 3A and AC. RGB value is (165,58,172). Sum of RGB (Red+Green+Blue) = 165+58+172=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #A53AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AAC is #5AC553. Grayscale: #666666. Windows color (decimal): -5948756 or 11287205. OLE color: 11287205.

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

Color convert

RGB 165 58 172 -
CMYK 0.04 0.66 0 0.33
HSL 296.32º 0.5% 0.45% -
HSV(B) 296.32º 0.66% 0.67% -
XYZ 24.48 14 40.44 -
YUV 102.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 165 58 172 0.04 0.66 0 0.33 296.32 0.5 0.45
Hex A5 3A AC 4 42 0 21 128 32 2D
Octal 245 72 254 4 102 0 41 450 62 55
Binary 10100101 111010 10101100 100 1000010 0 100001 100101000 110010 101101

Color Harmonies of #A53AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53AAC

Black with #A53AAC

Text Example


Text Example

White with #A53AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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