Html Css Color HEX #A53FAC Violet Blue

📋 copy color: '#A53FAC'

red 165 ◦ green 63 ◦ blue 172

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

Shades of Violet Blue #A53FAC

Tints of Violet Blue #A53FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 15.75%

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

R = 41.25%
G = 15.75%
B = 43%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A53FAC (or 0xA53FAC) is known color: Violet Blue. HEX triplet: A5, 3F and AC. RGB value is (165,63,172). Sum of RGB (Red+Green+Blue) = 165+63+172=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #A53FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAC is #5AC053. Grayscale: #696969. Windows color (decimal): -5947476 or 11288485. OLE color: 11288485.

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

Color convert

RGB 165 63 172 -
CMYK 0.04 0.63 0 0.33
HSL 296.15º 0.46% 0.46% -
HSV(B) 296.15º 0.63% 0.67% -
XYZ 24.74 14.53 40.53 -
YUV 105.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 165 63 172 0.04 0.63 0 0.33 296.15 0.46 0.46
Hex A5 3F AC 4 3F 0 21 128 2E 2E
Octal 245 77 254 4 77 0 41 450 56 56
Binary 10100101 111111 10101100 100 111111 0 100001 100101000 101110 101110

Color Harmonies of #A53FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FAC

Black with #A53FAC

Text Example


Text Example

White with #A53FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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