Html Css Color HEX #A868CF Amethyst

📋 copy color: '#A868CF'

red 168 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #A868CF

Tints of Amethyst #A868CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 35.07%
G = 21.71%
B = 43.22%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A868CF (or 0xA868CF) is known color: Amethyst. HEX triplet: A8, 68 and CF. RGB value is (168,104,207). Sum of RGB (Red+Green+Blue) = 168+104+207=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A868CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CF is #579730. Grayscale: #868686. Windows color (decimal): -5740337 or 13592744. OLE color: 13592744.

HSL color Cylindrical-coordinate representation of color #A868CF: hue angle of 277.28º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A868CF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 104 207 -
CMYK 0.19 0.50 0 0.19
HSL 277.28º 0.52% 0.61% -
HSV(B) 277.28º 0.5% 0.81% -
XYZ 32.36 22.73 61.71 -
YUV 134.88 168.7 151.62 -
System Red Green Blue C M Y K H S L
Decimal 168 104 207 0.19 0.50 0 0.19 277.28 0.52 0.61
Hex A8 68 CF 13 32 0 13 115 34 3D
Octal 250 150 317 23 62 0 23 425 64 75
Binary 10101000 1101000 11001111 10011 110010 0 10011 100010101 110100 111101

Color Harmonies of #A868CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868CF

Black with #A868CF

Text Example


Text Example

White with #A868CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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