Html Css Color HEX #A34FDD Amethyst

📋 copy color: '#A34FDD'

red 163 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #A34FDD

Tints of Amethyst #A34FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 35.21%
G = 17.06%
B = 47.73%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A34FDD (or 0xA34FDD) is known color: Amethyst. HEX triplet: A3, 4F and DD. RGB value is (163,79,221). Sum of RGB (Red+Green+Blue) = 163+79+221=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #A34FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A34FDD is #5CB022. Grayscale: #777777. Windows color (decimal): -6074403 or 14503843. OLE color: 14503843.

HSL color Cylindrical-coordinate representation of color #A34FDD: hue angle of 275.49º 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 #A34FDD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 79 221 -
CMYK 0.26 0.64 0 0.13
HSL 275.49º 0.68% 0.59% -
HSV(B) 275.49º 0.64% 0.87% -
XYZ 30.95 18.6 70.37 -
YUV 120.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 163 79 221 0.26 0.64 0 0.13 275.49 0.68 0.59
Hex A3 4F DD 1A 40 0 D 113 44 3B
Octal 243 117 335 32 100 0 15 423 104 73
Binary 10100011 1001111 11011101 11010 1000000 0 1101 100010011 1000100 111011

Color Harmonies of #A34FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34FDD

Black with #A34FDD

Text Example


Text Example

White with #A34FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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