Html Css Color HEX #A34FEE Amethyst

📋 copy color: '#A34FEE'

red 163 ◦ green 79 ◦ blue 238

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

Shades of Amethyst #A34FEE

Tints of Amethyst #A34FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 33.96%
G = 16.46%
B = 49.58%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A34FEE (or 0xA34FEE) is known color: Amethyst. HEX triplet: A3, 4F and EE. RGB value is (163,79,238). Sum of RGB (Red+Green+Blue) = 163+79+238=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 79 (31.25% from 255 or 16.46% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #A34FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A34FEE is #5CB011. Grayscale: #797979. Windows color (decimal): -6074386 or 15617955. OLE color: 15617955.

HSL color Cylindrical-coordinate representation of color #A34FEE: hue angle of 271.7º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A34FEE is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 79 238 -
CMYK 0.32 0.67 0 0.07
HSL 271.7º 0.82% 0.62% -
HSV(B) 271.7º 0.67% 0.93% -
XYZ 33.33 19.55 82.91 -
YUV 122.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 163 79 238 0.32 0.67 0 0.07 271.7 0.82 0.62
Hex A3 4F EE 20 43 0 7 110 52 3E
Octal 243 117 356 40 103 0 7 420 122 76
Binary 10100011 1001111 11101110 100000 1000011 0 111 100010000 1010010 111110

Color Harmonies of #A34FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FEE

Black with #A34FEE

Text Example


Text Example

White with #A34FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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