Html Css Color HEX #A14498 Violet Blue

📋 copy color: '#A14498'

red 161 ◦ green 68 ◦ blue 152

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

Shades of Violet Blue #A14498

Tints of Violet Blue #A14498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.9%

R = 42.26%
G = 17.85%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#A14498 (or 0xA14498) is known color: Violet Blue. HEX triplet: A1, 44 and 98. RGB value is (161,68,152). Sum of RGB (Red+Green+Blue) = 161+68+152=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A14498 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14498 is #5EBB67. Grayscale: #696969. Windows color (decimal): -6208360 or 9979041. OLE color: 9979041.

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

Color convert

RGB 161 68 152 -
CMYK 0 0.58 0.06 0.37
HSL 305.81º 0.41% 0.45% -
HSV(B) 305.81º 0.58% 0.63% -
XYZ 22.43 13.98 31.22 -
YUV 105.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 161 68 152 0 0.58 0.06 0.37 305.81 0.41 0.45
Hex A1 44 98 0 3A 6 25 132 29 2D
Octal 241 104 230 0 72 6 45 462 51 55
Binary 10100001 1000100 10011000 0 111010 110 100101 100110010 101001 101101

Color Harmonies of #A14498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14498

Black with #A14498

Text Example


Text Example

White with #A14498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14498; }

 p { color: rgb(161,68,152); }

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

background-color css

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

 a { background-color: rgb(161,68,152); }

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

border-color css

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

 span { border-color: rgb(161,68,152); }

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