Html Css Color HEX #A54696 Violet Blue

📋 copy color: '#A54696'

red 165 ◦ green 70 ◦ blue 150

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

Shades of Violet Blue #A54696

Tints of Violet Blue #A54696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 42.86%
G = 18.18%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A54696 (or 0xA54696) is known color: Violet Blue. HEX triplet: A5, 46 and 96. RGB value is (165,70,150). Sum of RGB (Red+Green+Blue) = 165+70+150=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A54696 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54696 is #5AB969. Grayscale: #6B6B6B. Windows color (decimal): -5945706 or 9848485. OLE color: 9848485.

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

Color convert

RGB 165 70 150 -
CMYK 0 0.58 0.09 0.35
HSL 309.47º 0.4% 0.46% -
HSV(B) 309.47º 0.58% 0.65% -
XYZ 23.21 14.58 30.45 -
YUV 107.53 151.97 169 -
System Red Green Blue C M Y K H S L
Decimal 165 70 150 0 0.58 0.09 0.35 309.47 0.4 0.46
Hex A5 46 96 0 3A 9 23 135 28 2E
Octal 245 106 226 0 72 11 43 465 50 56
Binary 10100101 1000110 10010110 0 111010 1001 100011 100110101 101000 101110

Color Harmonies of #A54696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54696

Black with #A54696

Text Example


Text Example

White with #A54696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54696; }

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

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

background-color css

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

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

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

border-color css

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

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

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