Html Css Color HEX #A54DAB Violet Blue

📋 copy color: '#A54DAB'

red 165 ◦ green 77 ◦ blue 171

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

Shades of Violet Blue #A54DAB

Tints of Violet Blue #A54DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

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

R = 39.95%
G = 18.64%
B = 41.4%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54DAB (or 0xA54DAB) is known color: Violet Blue. HEX triplet: A5, 4D and AB. RGB value is (165,77,171). Sum of RGB (Red+Green+Blue) = 165+77+171=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A54DAB is #5AB254. Grayscale: #717171. Windows color (decimal): -5943893 or 11226533. OLE color: 11226533.

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

Color convert

RGB 165 77 171 -
CMYK 0.04 0.55 0 0.33
HSL 296.17º 0.38% 0.49% -
HSV(B) 296.17º 0.55% 0.67% -
XYZ 25.52 16.25 40.32 -
YUV 114.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 165 77 171 0.04 0.55 0 0.33 296.17 0.38 0.49
Hex A5 4D AB 4 37 0 21 128 26 31
Octal 245 115 253 4 67 0 41 450 46 61
Binary 10100101 1001101 10101011 100 110111 0 100001 100101000 100110 110001

Color Harmonies of #A54DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DAB

Black with #A54DAB

Text Example


Text Example

White with #A54DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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