Html Css Color HEX #A866C8 Amethyst

📋 copy color: '#A866C8'

red 168 ◦ green 102 ◦ blue 200

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

Shades of Amethyst #A866C8

Tints of Amethyst #A866C8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.7%

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 35.74%
G = 21.7%
B = 42.55%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A866C8 (or 0xA866C8) is known color: Amethyst. HEX triplet: A8, 66 and C8. RGB value is (168,102,200). Sum of RGB (Red+Green+Blue) = 168+102+200=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #A866C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A866C8 is #579937. Grayscale: #848484. Windows color (decimal): -5740856 or 13133480. OLE color: 13133480.

HSL color Cylindrical-coordinate representation of color #A866C8: hue angle of 280.41º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A866C8 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 102 200 -
CMYK 0.16 0.49 0 0.22
HSL 280.41º 0.47% 0.59% -
HSV(B) 280.41º 0.49% 0.78% -
XYZ 31.33 22 57.24 -
YUV 132.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 168 102 200 0.16 0.49 0 0.22 280.41 0.47 0.59
Hex A8 66 C8 10 31 0 16 118 2F 3B
Octal 250 146 310 20 61 0 26 430 57 73
Binary 10101000 1100110 11001000 10000 110001 0 10110 100011000 101111 111011

Color Harmonies of #A866C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A866C8

Black with #A866C8

Text Example


Text Example

White with #A866C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A866C8; }

 p { color: rgb(168,102,200); }

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

background-color css

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

 a { background-color: rgb(168,102,200); }

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

border-color css

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

 span { border-color: rgb(168,102,200); }

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