Html Css Color HEX #A53DAC Violet Blue

📋 copy color: '#A53DAC'

red 165 ◦ green 61 ◦ blue 172

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

Shades of Violet Blue #A53DAC

Tints of Violet Blue #A53DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

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

R = 41.46%
G = 15.33%
B = 43.22%

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

#A53DAC (or 0xA53DAC) is known color: Violet Blue. HEX triplet: A5, 3D and AC. RGB value is (165,61,172). Sum of RGB (Red+Green+Blue) = 165+61+172=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #A53DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53DAC is #5AC253. Grayscale: #686868. Windows color (decimal): -5947988 or 11287973. OLE color: 11287973.

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

Color convert

RGB 165 61 172 -
CMYK 0.04 0.65 0 0.33
HSL 296.22º 0.48% 0.46% -
HSV(B) 296.22º 0.65% 0.67% -
XYZ 24.63 14.32 40.49 -
YUV 104.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 165 61 172 0.04 0.65 0 0.33 296.22 0.48 0.46
Hex A5 3D AC 4 41 0 21 128 30 2E
Octal 245 75 254 4 101 0 41 450 60 56
Binary 10100101 111101 10101100 100 1000001 0 100001 100101000 110000 101110

Color Harmonies of #A53DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53DAC

Black with #A53DAC

Text Example


Text Example

White with #A53DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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