Html Css Color HEX #A862DB Amethyst

📋 copy color: '#A862DB'

red 168 ◦ green 98 ◦ blue 219

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

Shades of Amethyst #A862DB

Tints of Amethyst #A862DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 34.64%
G = 20.21%
B = 45.15%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A862DB (or 0xA862DB) is known color: Amethyst. HEX triplet: A8, 62 and DB. RGB value is (168,98,219). Sum of RGB (Red+Green+Blue) = 168+98+219=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #A862DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862DB is #579D24. Grayscale: #848484. Windows color (decimal): -5741861 or 14377640. OLE color: 14377640.

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

Color convert

RGB 168 98 219 -
CMYK 0.23 0.55 0 0.14
HSL 274.71º 0.63% 0.62% -
HSV(B) 274.71º 0.55% 0.86% -
XYZ 33.3 22.17 69.54 -
YUV 132.72 176.69 153.16 -
System Red Green Blue C M Y K H S L
Decimal 168 98 219 0.23 0.55 0 0.14 274.71 0.63 0.62
Hex A8 62 DB 17 37 0 E 113 3F 3E
Octal 250 142 333 27 67 0 16 423 77 76
Binary 10101000 1100010 11011011 10111 110111 0 1110 100010011 111111 111110

Color Harmonies of #A862DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862DB

Black with #A862DB

Text Example


Text Example

White with #A862DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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