Html Css Color HEX #A874CB Amethyst

📋 copy color: '#A874CB'

red 168 ◦ green 116 ◦ blue 203

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

Shades of Amethyst #A874CB

Tints of Amethyst #A874CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.82%

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

R = 34.5%
G = 23.82%
B = 41.68%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A874CB (or 0xA874CB) is known color: Amethyst. HEX triplet: A8, 74 and CB. RGB value is (168,116,203). Sum of RGB (Red+Green+Blue) = 168+116+203=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 116 (45.70% from 255 or 23.82% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #A874CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A874CB is #578B34. Grayscale: #8D8D8D. Windows color (decimal): -5737269 or 13333672. OLE color: 13333672.

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

Color convert

RGB 168 116 203 -
CMYK 0.17 0.43 0 0.20
HSL 275.86º 0.46% 0.63% -
HSV(B) 275.86º 0.43% 0.8% -
XYZ 33.17 25.13 59.6 -
YUV 141.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 168 116 203 0.17 0.43 0 0.20 275.86 0.46 0.63
Hex A8 74 CB 11 2B 0 14 114 2E 3F
Octal 250 164 313 21 53 0 24 424 56 77
Binary 10101000 1110100 11001011 10001 101011 0 10100 100010100 101110 111111

Color Harmonies of #A874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A874CB

Black with #A874CB

Text Example


Text Example

White with #A874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A874CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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