Html Css Color HEX #A873CB Amethyst

📋 copy color: '#A873CB'

red 168 ◦ green 115 ◦ blue 203

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

Shades of Amethyst #A873CB

Tints of Amethyst #A873CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

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

R = 34.57%
G = 23.66%
B = 41.77%

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

#A873CB (or 0xA873CB) is known color: Amethyst. HEX triplet: A8, 73 and CB. RGB value is (168,115,203). Sum of RGB (Red+Green+Blue) = 168+115+203=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #A873CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873CB is #578C34. Grayscale: #8C8C8C. Windows color (decimal): -5737525 or 13333416. OLE color: 13333416.

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

Color convert

RGB 168 115 203 -
CMYK 0.17 0.43 0 0.20
HSL 276.14º 0.46% 0.62% -
HSV(B) 276.14º 0.43% 0.8% -
XYZ 33.06 24.9 59.56 -
YUV 140.88 163.06 147.34 -
System Red Green Blue C M Y K H S L
Decimal 168 115 203 0.17 0.43 0 0.20 276.14 0.46 0.62
Hex A8 73 CB 11 2B 0 14 114 2E 3E
Octal 250 163 313 21 53 0 24 424 56 76
Binary 10101000 1110011 11001011 10001 101011 0 10100 100010100 101110 111110

Color Harmonies of #A873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A873CB

Black with #A873CB

Text Example


Text Example

White with #A873CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A873CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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