Html Css Color HEX #A14594 Violet Blue

📋 copy color: '#A14594'

red 161 ◦ green 69 ◦ blue 148

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

Shades of Violet Blue #A14594

Tints of Violet Blue #A14594

RGB

 RED value IS 161 (63.28% from 255) = 42.59%

 GREEN value IS 69 (27.34% from 255) = 18.25%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 42.59%
G = 18.25%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A14594 (or 0xA14594) is known color: Violet Blue. HEX triplet: A1, 45 and 94. RGB value is (161,69,148). Sum of RGB (Red+Green+Blue) = 161+69+148=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A14594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14594 is #5EBA6B. Grayscale: #696969. Windows color (decimal): -6208108 or 9717153. OLE color: 9717153.

HSL color Cylindrical-coordinate representation of color #A14594: hue angle of 308.48º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A14594 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 69 148 -
CMYK 0 0.57 0.08 0.37
HSL 308.48º 0.4% 0.45% -
HSV(B) 308.48º 0.57% 0.63% -
XYZ 22.17 13.97 29.55 -
YUV 105.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 161 69 148 0 0.57 0.08 0.37 308.48 0.4 0.45
Hex A1 45 94 0 39 8 25 134 28 2D
Octal 241 105 224 0 71 10 45 464 50 55
Binary 10100001 1000101 10010100 0 111001 1000 100101 100110100 101000 101101

Color Harmonies of #A14594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14594

Black with #A14594

Text Example


Text Example

White with #A14594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14594; }

 p { color: rgb(161,69,148); }

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

background-color css

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

 a { background-color: rgb(161,69,148); }

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

border-color css

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

 span { border-color: rgb(161,69,148); }

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