Html Css Color HEX #A34FDE Amethyst

📋 copy color: '#A34FDE'

red 163 ◦ green 79 ◦ blue 222

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

Shades of Amethyst #A34FDE

Tints of Amethyst #A34FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.84%

R = 35.13%
G = 17.03%
B = 47.84%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34FDE (or 0xA34FDE) is known color: Amethyst. HEX triplet: A3, 4F and DE. RGB value is (163,79,222). Sum of RGB (Red+Green+Blue) = 163+79+222=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #A34FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDE is #5CB021. Grayscale: #777777. Windows color (decimal): -6074402 or 14569379. OLE color: 14569379.

HSL color Cylindrical-coordinate representation of color #A34FDE: hue angle of 275.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A34FDE is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 79 222 -
CMYK 0.27 0.64 0 0.13
HSL 275.24º 0.68% 0.59% -
HSV(B) 275.24º 0.64% 0.87% -
XYZ 31.09 18.65 71.07 -
YUV 120.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 163 79 222 0.27 0.64 0 0.13 275.24 0.68 0.59
Hex A3 4F DE 1B 40 0 D 113 44 3B
Octal 243 117 336 33 100 0 15 423 104 73
Binary 10100011 1001111 11011110 11011 1000000 0 1101 100010011 1000100 111011

Color Harmonies of #A34FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FDE

Black with #A34FDE

Text Example


Text Example

White with #A34FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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