Html Css Color HEX #A54C8E Violet Blue

📋 copy color: '#A54C8E'

red 165 ◦ green 76 ◦ blue 142

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

Shades of Violet Blue #A54C8E

Tints of Violet Blue #A54C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 43.08%
G = 19.84%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A54C8E (or 0xA54C8E) is known color: Violet Blue. HEX triplet: A5, 4C and 8E. RGB value is (165,76,142). Sum of RGB (Red+Green+Blue) = 165+76+142=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54C8E is #5AB371. Grayscale: #6D6D6D. Windows color (decimal): -5944178 or 9325733. OLE color: 9325733.

HSL color Cylindrical-coordinate representation of color #A54C8E: hue angle of 315.51º 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 #A54C8E is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 142 -
CMYK 0 0.54 0.14 0.35
HSL 315.51º 0.37% 0.47% -
HSV(B) 315.51º 0.54% 0.65% -
XYZ 22.98 15.12 27.3 -
YUV 110.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 165 76 142 0 0.54 0.14 0.35 315.51 0.37 0.47
Hex A5 4C 8E 0 36 E 23 13C 25 2F
Octal 245 114 216 0 66 16 43 474 45 57
Binary 10100101 1001100 10001110 0 110110 1110 100011 100111100 100101 101111

Color Harmonies of #A54C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C8E

Black with #A54C8E

Text Example


Text Example

White with #A54C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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