Html Css Color HEX #A54CAB Violet Blue

📋 copy color: '#A54CAB'

red 165 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #A54CAB

Tints of Violet Blue #A54CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.45%

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

R = 40.05%
G = 18.45%
B = 41.5%

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

#A54CAB (or 0xA54CAB) is known color: Violet Blue. HEX triplet: A5, 4C and AB. RGB value is (165,76,171). Sum of RGB (Red+Green+Blue) = 165+76+171=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 76 (30.08% from 255 or 18.45% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #A54CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54CAB is #5AB354. Grayscale: #717171. Windows color (decimal): -5944149 or 11226277. OLE color: 11226277.

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

Color convert

RGB 165 76 171 -
CMYK 0.04 0.56 0 0.33
HSL 296.21º 0.38% 0.48% -
HSV(B) 296.21º 0.56% 0.67% -
XYZ 25.45 16.11 40.3 -
YUV 113.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 165 76 171 0.04 0.56 0 0.33 296.21 0.38 0.48
Hex A5 4C AB 4 38 0 21 128 26 30
Octal 245 114 253 4 70 0 41 450 46 60
Binary 10100101 1001100 10101011 100 111000 0 100001 100101000 100110 110000

Color Harmonies of #A54CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CAB

Black with #A54CAB

Text Example


Text Example

White with #A54CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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