Html Css Color HEX #A54296 Violet Blue

📋 copy color: '#A54296'

red 165 ◦ green 66 ◦ blue 150

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

Shades of Violet Blue #A54296

Tints of Violet Blue #A54296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.32%

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

R = 43.31%
G = 17.32%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#A54296 (or 0xA54296) is known color: Violet Blue. HEX triplet: A5, 42 and 96. RGB value is (165,66,150). Sum of RGB (Red+Green+Blue) = 165+66+150=381 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.31% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 165 - color contains mainly: red. Hex color #A54296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54296 is #5ABD69. Grayscale: #686868. Windows color (decimal): -5946730 or 9847461. OLE color: 9847461.

HSL color Cylindrical-coordinate representation of color #A54296: hue angle of 309.09º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A54296 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 150 -
CMYK 0 0.60 0.09 0.35
HSL 309.09º 0.43% 0.45% -
HSV(B) 309.09º 0.6% 0.65% -
XYZ 22.97 14.1 30.36 -
YUV 105.18 153.3 170.67 -
System Red Green Blue C M Y K H S L
Decimal 165 66 150 0 0.60 0.09 0.35 309.09 0.43 0.45
Hex A5 42 96 0 3C 9 23 135 2B 2D
Octal 245 102 226 0 74 11 43 465 53 55
Binary 10100101 1000010 10010110 0 111100 1001 100011 100110101 101011 101101

Color Harmonies of #A54296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54296

Black with #A54296

Text Example


Text Example

White with #A54296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54296; }

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

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

background-color css

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

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

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

border-color css

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

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

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