Html Css Color HEX #A867DD Amethyst

📋 copy color: '#A867DD'

red 168 ◦ green 103 ◦ blue 221

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

Shades of Amethyst #A867DD

Tints of Amethyst #A867DD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.93%

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

R = 34.15%
G = 20.93%
B = 44.92%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A867DD (or 0xA867DD) is known color: Amethyst. HEX triplet: A8, 67 and DD. RGB value is (168,103,221). Sum of RGB (Red+Green+Blue) = 168+103+221=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A867DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867DD is #579822. Grayscale: #878787. Windows color (decimal): -5740579 or 14509992. OLE color: 14509992.

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

Color convert

RGB 168 103 221 -
CMYK 0.24 0.53 0 0.13
HSL 273.05º 0.63% 0.64% -
HSV(B) 273.05º 0.53% 0.87% -
XYZ 34.05 23.25 71.1 -
YUV 135.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 168 103 221 0.24 0.53 0 0.13 273.05 0.63 0.64
Hex A8 67 DD 18 35 0 D 111 3F 40
Octal 250 147 335 30 65 0 15 421 77 100
Binary 10101000 1100111 11011101 11000 110101 0 1101 100010001 111111 1000000

Color Harmonies of #A867DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867DD

Black with #A867DD

Text Example


Text Example

White with #A867DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867DD; }

 p { color: rgb(168,103,221); }

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

background-color css

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

 a { background-color: rgb(168,103,221); }

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

border-color css

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

 span { border-color: rgb(168,103,221); }

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