Html Css Color HEX #A871CB Amethyst

📋 copy color: '#A871CB'

red 168 ◦ green 113 ◦ blue 203

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

Shades of Amethyst #A871CB

Tints of Amethyst #A871CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.35%

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

R = 34.71%
G = 23.35%
B = 41.94%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A871CB (or 0xA871CB) is known color: Amethyst. HEX triplet: A8, 71 and CB. RGB value is (168,113,203). Sum of RGB (Red+Green+Blue) = 168+113+203=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A871CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CB is #578E34. Grayscale: #8B8B8B. Windows color (decimal): -5738037 or 13332904. OLE color: 13332904.

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

Color convert

RGB 168 113 203 -
CMYK 0.17 0.44 0 0.20
HSL 276.67º 0.46% 0.62% -
HSV(B) 276.67º 0.44% 0.8% -
XYZ 32.83 24.45 59.49 -
YUV 139.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 168 113 203 0.17 0.44 0 0.20 276.67 0.46 0.62
Hex A8 71 CB 11 2C 0 14 115 2E 3E
Octal 250 161 313 21 54 0 24 425 56 76
Binary 10101000 1110001 11001011 10001 101100 0 10100 100010101 101110 111110

Color Harmonies of #A871CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871CB

Black with #A871CB

Text Example


Text Example

White with #A871CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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