Html Css Color HEX #A875CB Amethyst

📋 copy color: '#A875CB'

red 168 ◦ green 117 ◦ blue 203

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

Shades of Amethyst #A875CB

Tints of Amethyst #A875CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

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

R = 34.43%
G = 23.98%
B = 41.6%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A875CB (or 0xA875CB) is known color: Amethyst. HEX triplet: A8, 75 and CB. RGB value is (168,117,203). Sum of RGB (Red+Green+Blue) = 168+117+203=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #A875CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875CB is #578A34. Grayscale: #8D8D8D. Windows color (decimal): -5737013 or 13333928. OLE color: 13333928.

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

Color convert

RGB 168 117 203 -
CMYK 0.17 0.42 0 0.20
HSL 275.58º 0.45% 0.63% -
HSV(B) 275.58º 0.42% 0.8% -
XYZ 33.29 25.36 59.64 -
YUV 142.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 168 117 203 0.17 0.42 0 0.20 275.58 0.45 0.63
Hex A8 75 CB 11 2A 0 14 114 2D 3F
Octal 250 165 313 21 52 0 24 424 55 77
Binary 10101000 1110101 11001011 10001 101010 0 10100 100010100 101101 111111

Color Harmonies of #A875CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875CB

Black with #A875CB

Text Example


Text Example

White with #A875CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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