Html Css Color HEX #A862DA Amethyst

📋 copy color: '#A862DA'

red 168 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #A862DA

Tints of Amethyst #A862DA

RGB

 RED value IS 168 (66.02% from 255) = 34.71%

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 34.71%
G = 20.25%
B = 45.04%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A862DA (or 0xA862DA) is known color: Amethyst. HEX triplet: A8, 62 and DA. RGB value is (168,98,218). Sum of RGB (Red+Green+Blue) = 168+98+218=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A862DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862DA is #579D25. Grayscale: #848484. Windows color (decimal): -5741862 or 14312104. OLE color: 14312104.

HSL color Cylindrical-coordinate representation of color #A862DA: hue angle of 275º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A862DA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 98 218 -
CMYK 0.23 0.55 0 0.15
HSL 275º 0.62% 0.62% -
HSV(B) 275º 0.55% 0.85% -
XYZ 33.17 22.12 68.85 -
YUV 132.61 176.19 153.24 -
System Red Green Blue C M Y K H S L
Decimal 168 98 218 0.23 0.55 0 0.15 275 0.62 0.62
Hex A8 62 DA 17 37 0 F 113 3E 3E
Octal 250 142 332 27 67 0 17 423 76 76
Binary 10101000 1100010 11011010 10111 110111 0 1111 100010011 111110 111110

Color Harmonies of #A862DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862DA

Black with #A862DA

Text Example


Text Example

White with #A862DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862DA; }

 p { color: rgb(168,98,218); }

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

background-color css

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

 a { background-color: rgb(168,98,218); }

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

border-color css

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

 span { border-color: rgb(168,98,218); }

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