Html Css Color HEX #A875DA Amethyst

📋 copy color: '#A875DA'

red 168 ◦ green 117 ◦ blue 218

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

Shades of Amethyst #A875DA

Tints of Amethyst #A875DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 33.4%
G = 23.26%
B = 43.34%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A875DA (or 0xA875DA) is known color: Amethyst. HEX triplet: A8, 75 and DA. RGB value is (168,117,218). Sum of RGB (Red+Green+Blue) = 168+117+218=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 117 (46.09% from 255 or 23.26% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A875DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A875DA is #578A25. Grayscale: #8F8F8F. Windows color (decimal): -5736998 or 14316968. OLE color: 14316968.

HSL color Cylindrical-coordinate representation of color #A875DA: hue angle of 270.3º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A875DA is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 117 218 -
CMYK 0.23 0.46 0 0.15
HSL 270.3º 0.58% 0.66% -
HSV(B) 270.3º 0.46% 0.85% -
XYZ 35.16 26.11 69.52 -
YUV 143.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 168 117 218 0.23 0.46 0 0.15 270.3 0.58 0.66
Hex A8 75 DA 17 2E 0 F 10E 3A 42
Octal 250 165 332 27 56 0 17 416 72 102
Binary 10101000 1110101 11011010 10111 101110 0 1111 100001110 111010 1000010

Color Harmonies of #A875DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A875DA

Black with #A875DA

Text Example


Text Example

White with #A875DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A875DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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