Html Css Color HEX #A54C9B Violet Blue

📋 copy color: '#A54C9B'

red 165 ◦ green 76 ◦ blue 155

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

Shades of Violet Blue #A54C9B

Tints of Violet Blue #A54C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 41.67%
G = 19.19%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A54C9B (or 0xA54C9B) is known color: Violet Blue. HEX triplet: A5, 4C and 9B. RGB value is (165,76,155). Sum of RGB (Red+Green+Blue) = 165+76+155=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C9B is #5AB364. Grayscale: #6F6F6F. Windows color (decimal): -5944165 or 10177701. OLE color: 10177701.

HSL color Cylindrical-coordinate representation of color #A54C9B: hue angle of 306.74º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A54C9B is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 155 -
CMYK 0 0.54 0.06 0.35
HSL 306.74º 0.37% 0.47% -
HSV(B) 306.74º 0.54% 0.65% -
XYZ 24.02 15.53 32.74 -
YUV 111.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 165 76 155 0 0.54 0.06 0.35 306.74 0.37 0.47
Hex A5 4C 9B 0 36 6 23 133 25 2F
Octal 245 114 233 0 66 6 43 463 45 57
Binary 10100101 1001100 10011011 0 110110 110 100011 100110011 100101 101111

Color Harmonies of #A54C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C9B

Black with #A54C9B

Text Example


Text Example

White with #A54C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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