Html Css Color HEX #A85ADF Amethyst

📋 copy color: '#A85ADF'

red 168 ◦ green 90 ◦ blue 223

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

Shades of Amethyst #A85ADF

Tints of Amethyst #A85ADF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 34.93%
G = 18.71%
B = 46.36%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85ADF (or 0xA85ADF) is known color: Amethyst. HEX triplet: A8, 5A and DF. RGB value is (168,90,223). Sum of RGB (Red+Green+Blue) = 168+90+223=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85ADF is #57A520. Grayscale: #808080. Windows color (decimal): -5743905 or 14637736. OLE color: 14637736.

HSL color Cylindrical-coordinate representation of color #A85ADF: hue angle of 275.19º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85ADF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 90 223 -
CMYK 0.25 0.60 0 0.13
HSL 275.19º 0.68% 0.61% -
HSV(B) 275.19º 0.6% 0.87% -
XYZ 33.12 20.96 72.11 -
YUV 128.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 168 90 223 0.25 0.60 0 0.13 275.19 0.68 0.61
Hex A8 5A DF 19 3C 0 D 113 44 3D
Octal 250 132 337 31 74 0 15 423 104 75
Binary 10101000 1011010 11011111 11001 111100 0 1101 100010011 1000100 111101

Color Harmonies of #A85ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85ADF

Black with #A85ADF

Text Example


Text Example

White with #A85ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85ADF; }

 p { color: rgb(168,90,223); }

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

background-color css

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

 a { background-color: rgb(168,90,223); }

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

border-color css

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

 span { border-color: rgb(168,90,223); }

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