Html Css Color HEX #A54BAB Violet Blue

📋 copy color: '#A54BAB'

red 165 ◦ green 75 ◦ blue 171

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

Shades of Violet Blue #A54BAB

Tints of Violet Blue #A54BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.25%

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

R = 40.15%
G = 18.25%
B = 41.61%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A54BAB (or 0xA54BAB) is known color: Violet Blue. HEX triplet: A5, 4B and AB. RGB value is (165,75,171). Sum of RGB (Red+Green+Blue) = 165+75+171=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54BAB is #5AB454. Grayscale: #707070. Windows color (decimal): -5944405 or 11226021. OLE color: 11226021.

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

Color convert

RGB 165 75 171 -
CMYK 0.04 0.56 0 0.33
HSL 296.25º 0.39% 0.48% -
HSV(B) 296.25º 0.56% 0.67% -
XYZ 25.38 15.97 40.27 -
YUV 112.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 165 75 171 0.04 0.56 0 0.33 296.25 0.39 0.48
Hex A5 4B AB 4 38 0 21 128 27 30
Octal 245 113 253 4 70 0 41 450 47 60
Binary 10100101 1001011 10101011 100 111000 0 100001 100101000 100111 110000

Color Harmonies of #A54BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54BAB

Black with #A54BAB

Text Example


Text Example

White with #A54BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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