Html Css Color HEX #A462D0 Amethyst

📋 copy color: '#A462D0'

red 164 ◦ green 98 ◦ blue 208

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

Shades of Amethyst #A462D0

Tints of Amethyst #A462D0

RGB

 RED value IS 164 (64.45% from 255) = 34.89%

 GREEN value IS 98 (38.67% from 255) = 20.85%

 BLUE value IS 208 (81.64% from 255) = 44.26%

R = 34.89%
G = 20.85%
B = 44.26%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A462D0 (or 0xA462D0) is known color: Amethyst. HEX triplet: A4, 62 and D0. RGB value is (164,98,208). Sum of RGB (Red+Green+Blue) = 164+98+208=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #A462D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462D0 is #5B9D2F. Grayscale: #818181. Windows color (decimal): -6004016 or 13656740. OLE color: 13656740.

HSL color Cylindrical-coordinate representation of color #A462D0: hue angle of 276º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A462D0 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 98 208 -
CMYK 0.21 0.53 0 0.18
HSL 276º 0.54% 0.6% -
HSV(B) 276º 0.53% 0.82% -
XYZ 31.06 21.18 62.13 -
YUV 130.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 164 98 208 0.21 0.53 0 0.18 276 0.54 0.6
Hex A4 62 D0 15 35 0 12 114 36 3C
Octal 244 142 320 25 65 0 22 424 66 74
Binary 10100100 1100010 11010000 10101 110101 0 10010 100010100 110110 111100

Color Harmonies of #A462D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462D0

Black with #A462D0

Text Example


Text Example

White with #A462D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462D0; }

 p { color: rgb(164,98,208); }

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

background-color css

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

 a { background-color: rgb(164,98,208); }

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

border-color css

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

 span { border-color: rgb(164,98,208); }

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