Html Css Color HEX #A860CB Amethyst

📋 copy color: '#A860CB'

red 168 ◦ green 96 ◦ blue 203

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

Shades of Amethyst #A860CB

Tints of Amethyst #A860CB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

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

R = 35.97%
G = 20.56%
B = 43.47%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A860CB (or 0xA860CB) is known color: Amethyst. HEX triplet: A8, 60 and CB. RGB value is (168,96,203). Sum of RGB (Red+Green+Blue) = 168+96+203=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A860CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A860CB is #579F34. Grayscale: #818181. Windows color (decimal): -5742389 or 13328552. OLE color: 13328552.

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

Color convert

RGB 168 96 203 -
CMYK 0.17 0.53 0 0.20
HSL 280.37º 0.51% 0.59% -
HSV(B) 280.37º 0.53% 0.8% -
XYZ 31.11 21 58.91 -
YUV 129.73 169.35 155.3 -
System Red Green Blue C M Y K H S L
Decimal 168 96 203 0.17 0.53 0 0.20 280.37 0.51 0.59
Hex A8 60 CB 11 35 0 14 118 33 3B
Octal 250 140 313 21 65 0 24 430 63 73
Binary 10101000 1100000 11001011 10001 110101 0 10100 100011000 110011 111011

Color Harmonies of #A860CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A860CB

Black with #A860CB

Text Example


Text Example

White with #A860CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A860CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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