Html Css Color HEX #A868CB Amethyst

📋 copy color: '#A868CB'

red 168 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #A868CB

Tints of Amethyst #A868CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 35.37%
G = 21.89%
B = 42.74%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A868CB (or 0xA868CB) is known color: Amethyst. HEX triplet: A8, 68 and CB. RGB value is (168,104,203). Sum of RGB (Red+Green+Blue) = 168+104+203=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #A868CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868CB is #579734. Grayscale: #868686. Windows color (decimal): -5740341 or 13330600. OLE color: 13330600.

HSL color Cylindrical-coordinate representation of color #A868CB: hue angle of 278.79º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A868CB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 104 203 -
CMYK 0.17 0.49 0 0.20
HSL 278.79º 0.49% 0.6% -
HSV(B) 278.79º 0.49% 0.8% -
XYZ 31.88 22.54 59.17 -
YUV 134.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 168 104 203 0.17 0.49 0 0.20 278.79 0.49 0.6
Hex A8 68 CB 11 31 0 14 117 31 3C
Octal 250 150 313 21 61 0 24 427 61 74
Binary 10101000 1101000 11001011 10001 110001 0 10100 100010111 110001 111100

Color Harmonies of #A868CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868CB

Black with #A868CB

Text Example


Text Example

White with #A868CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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