Html Css Color HEX #A868C9 Amethyst

📋 copy color: '#A868C9'

red 168 ◦ green 104 ◦ blue 201

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

Shades of Amethyst #A868C9

Tints of Amethyst #A868C9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 35.52%
G = 21.99%
B = 42.49%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A868C9 (or 0xA868C9) is known color: Amethyst. HEX triplet: A8, 68 and C9. RGB value is (168,104,201). Sum of RGB (Red+Green+Blue) = 168+104+201=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #A868C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868C9 is #579736. Grayscale: #858585. Windows color (decimal): -5740343 or 13199528. OLE color: 13199528.

HSL color Cylindrical-coordinate representation of color #A868C9: hue angle of 279.59º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A868C9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 104 201 -
CMYK 0.16 0.48 0 0.21
HSL 279.59º 0.47% 0.6% -
HSV(B) 279.59º 0.48% 0.79% -
XYZ 31.64 22.44 57.92 -
YUV 134.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 168 104 201 0.16 0.48 0 0.21 279.59 0.47 0.6
Hex A8 68 C9 10 30 0 15 118 2F 3C
Octal 250 150 311 20 60 0 25 430 57 74
Binary 10101000 1101000 11001001 10000 110000 0 10101 100011000 101111 111100

Color Harmonies of #A868C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868C9

Black with #A868C9

Text Example


Text Example

White with #A868C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868C9; }

 p { color: rgb(168,104,201); }

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

background-color css

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

 a { background-color: rgb(168,104,201); }

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

border-color css

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

 span { border-color: rgb(168,104,201); }

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