Html Css Color HEX #A86CCB Amethyst

📋 copy color: '#A86CCB'

red 168 ◦ green 108 ◦ blue 203

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

Shades of Amethyst #A86CCB

Tints of Amethyst #A86CCB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 35.07%
G = 22.55%
B = 42.38%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A86CCB (or 0xA86CCB) is known color: Amethyst. HEX triplet: A8, 6C and CB. RGB value is (168,108,203). Sum of RGB (Red+Green+Blue) = 168+108+203=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A86CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CCB is #579334. Grayscale: #888888. Windows color (decimal): -5739317 or 13331624. OLE color: 13331624.

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

Color convert

RGB 168 108 203 -
CMYK 0.17 0.47 0 0.20
HSL 277.89º 0.48% 0.61% -
HSV(B) 277.89º 0.47% 0.8% -
XYZ 32.29 23.36 59.31 -
YUV 136.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 168 108 203 0.17 0.47 0 0.20 277.89 0.48 0.61
Hex A8 6C CB 11 2F 0 14 116 30 3D
Octal 250 154 313 21 57 0 24 426 60 75
Binary 10101000 1101100 11001011 10001 101111 0 10100 100010110 110000 111101

Color Harmonies of #A86CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CCB

Black with #A86CCB

Text Example


Text Example

White with #A86CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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