Html Css Color HEX #A54496 Violet Blue

📋 copy color: '#A54496'

red 165 ◦ green 68 ◦ blue 150

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

Shades of Violet Blue #A54496

Tints of Violet Blue #A54496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 150 (58.98% from 255) = 39.16%

R = 43.08%
G = 17.75%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A54496 (or 0xA54496) is known color: Violet Blue. HEX triplet: A5, 44 and 96. RGB value is (165,68,150). Sum of RGB (Red+Green+Blue) = 165+68+150=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54496 is #5ABB69. Grayscale: #6A6A6A. Windows color (decimal): -5946218 or 9847973. OLE color: 9847973.

HSL color Cylindrical-coordinate representation of color #A54496: hue angle of 309.28º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A54496 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 68 150 -
CMYK 0 0.59 0.09 0.35
HSL 309.28º 0.42% 0.46% -
HSV(B) 309.28º 0.59% 0.65% -
XYZ 23.09 14.34 30.4 -
YUV 106.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 165 68 150 0 0.59 0.09 0.35 309.28 0.42 0.46
Hex A5 44 96 0 3B 9 23 135 2A 2E
Octal 245 104 226 0 73 11 43 465 52 56
Binary 10100101 1000100 10010110 0 111011 1001 100011 100110101 101010 101110

Color Harmonies of #A54496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54496

Black with #A54496

Text Example


Text Example

White with #A54496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54496; }

 p { color: rgb(165,68,150); }

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

background-color css

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

 a { background-color: rgb(165,68,150); }

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

border-color css

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

 span { border-color: rgb(165,68,150); }

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