Html Css Color HEX #A14CE9 Amethyst

📋 copy color: '#A14CE9'

red 161 ◦ green 76 ◦ blue 233

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

Shades of Amethyst #A14CE9

Tints of Amethyst #A14CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.17%

 BLUE value IS 233 (91.41% from 255) = 49.57%

R = 34.26%
G = 16.17%
B = 49.57%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A14CE9 (or 0xA14CE9) is known color: Amethyst. HEX triplet: A1, 4C and E9. RGB value is (161,76,233). Sum of RGB (Red+Green+Blue) = 161+76+233=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #A14CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CE9 is #5EB316. Grayscale: #767676. Windows color (decimal): -6206231 or 15289505. OLE color: 15289505.

HSL color Cylindrical-coordinate representation of color #A14CE9: hue angle of 272.48º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A14CE9 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 76 233 -
CMYK 0.31 0.67 0 0.09
HSL 272.48º 0.78% 0.61% -
HSV(B) 272.48º 0.67% 0.91% -
XYZ 31.99 18.63 79 -
YUV 119.31 192.16 157.73 -
System Red Green Blue C M Y K H S L
Decimal 161 76 233 0.31 0.67 0 0.09 272.48 0.78 0.61
Hex A1 4C E9 1F 43 0 9 110 4E 3D
Octal 241 114 351 37 103 0 11 420 116 75
Binary 10100001 1001100 11101001 11111 1000011 0 1001 100010000 1001110 111101

Color Harmonies of #A14CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CE9

Black with #A14CE9

Text Example


Text Example

White with #A14CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CE9; }

 p { color: rgb(161,76,233); }

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

background-color css

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

 a { background-color: rgb(161,76,233); }

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

border-color css

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

 span { border-color: rgb(161,76,233); }

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