Html Css Color HEX #A53FAB Violet Blue

📋 copy color: '#A53FAB'

red 165 ◦ green 63 ◦ blue 171

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

Shades of Violet Blue #A53FAB

Tints of Violet Blue #A53FAB

RGB

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

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

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

R = 41.35%
G = 15.79%
B = 42.86%

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

#A53FAB (or 0xA53FAB) is known color: Violet Blue. HEX triplet: A5, 3F and AB. RGB value is (165,63,171). Sum of RGB (Red+Green+Blue) = 165+63+171=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #A53FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53FAB is #5AC054. Grayscale: #696969. Windows color (decimal): -5947477 or 11222949. OLE color: 11222949.

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

Color convert

RGB 165 63 171 -
CMYK 0.04 0.63 0 0.33
HSL 296.67º 0.46% 0.46% -
HSV(B) 296.67º 0.63% 0.67% -
XYZ 24.65 14.49 40.03 -
YUV 105.81 164.79 170.22 -
System Red Green Blue C M Y K H S L
Decimal 165 63 171 0.04 0.63 0 0.33 296.67 0.46 0.46
Hex A5 3F AB 4 3F 0 21 129 2E 2E
Octal 245 77 253 4 77 0 41 451 56 56
Binary 10100101 111111 10101011 100 111111 0 100001 100101001 101110 101110

Color Harmonies of #A53FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FAB

Black with #A53FAB

Text Example


Text Example

White with #A53FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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