Html Css Color HEX #A14CE7 Amethyst

📋 copy color: '#A14CE7'

red 161 ◦ green 76 ◦ blue 231

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

Shades of Amethyst #A14CE7

Tints of Amethyst #A14CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.36%

R = 34.4%
G = 16.24%
B = 49.36%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A14CE7 (or 0xA14CE7) is known color: Amethyst. HEX triplet: A1, 4C and E7. RGB value is (161,76,231). Sum of RGB (Red+Green+Blue) = 161+76+231=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 231 (90.62% from 255 or 49.36% from 468); Max value from RGB is 231 - color contains mainly: blue. Hex color #A14CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A14CE7 is #5EB318. Grayscale: #767676. Windows color (decimal): -6206233 or 15158433. OLE color: 15158433.

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

Color convert

RGB 161 76 231 -
CMYK 0.30 0.67 0 0.09
HSL 272.9º 0.76% 0.6% -
HSV(B) 272.9º 0.67% 0.91% -
XYZ 31.71 18.52 77.5 -
YUV 119.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 161 76 231 0.30 0.67 0 0.09 272.9 0.76 0.6
Hex A1 4C E7 1E 43 0 9 111 4C 3C
Octal 241 114 347 36 103 0 11 421 114 74
Binary 10100001 1001100 11100111 11110 1000011 0 1001 100010001 1001100 111100

Color Harmonies of #A14CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CE7

Black with #A14CE7

Text Example


Text Example

White with #A14CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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