Html Css Color HEX #A34FE7 Amethyst

📋 copy color: '#A34FE7'

red 163 ◦ green 79 ◦ blue 231

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

Shades of Amethyst #A34FE7

Tints of Amethyst #A34FE7

RGB

 RED value IS 163 (64.06% from 255) = 34.46%

 GREEN value IS 79 (31.25% from 255) = 16.7%

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

R = 34.46%
G = 16.7%
B = 48.84%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A34FE7 (or 0xA34FE7) is known color: Amethyst. HEX triplet: A3, 4F and E7. RGB value is (163,79,231). Sum of RGB (Red+Green+Blue) = 163+79+231=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 79 (31.25% from 255 or 16.70% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #A34FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FE7 is #5CB018. Grayscale: #787878. Windows color (decimal): -6074393 or 15159203. OLE color: 15159203.

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

Color convert

RGB 163 79 231 -
CMYK 0.29 0.66 0 0.09
HSL 273.16º 0.76% 0.61% -
HSV(B) 273.16º 0.66% 0.91% -
XYZ 32.32 19.15 77.59 -
YUV 121.44 189.83 157.64 -
System Red Green Blue C M Y K H S L
Decimal 163 79 231 0.29 0.66 0 0.09 273.16 0.76 0.61
Hex A3 4F E7 1D 42 0 9 111 4C 3D
Octal 243 117 347 35 102 0 11 421 114 75
Binary 10100011 1001111 11100111 11101 1000010 0 1001 100010001 1001100 111101

Color Harmonies of #A34FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FE7

Black with #A34FE7

Text Example


Text Example

White with #A34FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FE7; }

 p { color: rgb(163,79,231); }

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

background-color css

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

 a { background-color: rgb(163,79,231); }

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

border-color css

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

 span { border-color: rgb(163,79,231); }

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