Html Css Color HEX #A54FAB Violet Blue

📋 copy color: '#A54FAB'

red 165 ◦ green 79 ◦ blue 171

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

Shades of Violet Blue #A54FAB

Tints of Violet Blue #A54FAB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.04%

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

R = 39.76%
G = 19.04%
B = 41.2%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54FAB (or 0xA54FAB) is known color: Violet Blue. HEX triplet: A5, 4F and AB. RGB value is (165,79,171). Sum of RGB (Red+Green+Blue) = 165+79+171=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54FAB is #5AB054. Grayscale: #727272. Windows color (decimal): -5943381 or 11227045. OLE color: 11227045.

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

Color convert

RGB 165 79 171 -
CMYK 0.04 0.54 0 0.33
HSL 296.09º 0.37% 0.49% -
HSV(B) 296.09º 0.54% 0.67% -
XYZ 25.66 16.53 40.37 -
YUV 115.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 165 79 171 0.04 0.54 0 0.33 296.09 0.37 0.49
Hex A5 4F AB 4 36 0 21 128 25 31
Octal 245 117 253 4 66 0 41 450 45 61
Binary 10100101 1001111 10101011 100 110110 0 100001 100101000 100101 110001

Color Harmonies of #A54FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FAB

Black with #A54FAB

Text Example


Text Example

White with #A54FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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