Html Css Color HEX #A85DDF Amethyst

📋 copy color: '#A85DDF'

red 168 ◦ green 93 ◦ blue 223

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

Shades of Amethyst #A85DDF

Tints of Amethyst #A85DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

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

R = 34.71%
G = 19.21%
B = 46.07%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85DDF (or 0xA85DDF) is known color: Amethyst. HEX triplet: A8, 5D and DF. RGB value is (168,93,223). Sum of RGB (Red+Green+Blue) = 168+93+223=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DDF is #57A220. Grayscale: #818181. Windows color (decimal): -5743137 or 14638504. OLE color: 14638504.

HSL color Cylindrical-coordinate representation of color #A85DDF: hue angle of 274.62º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85DDF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 93 223 -
CMYK 0.25 0.58 0 0.13
HSL 274.62º 0.67% 0.62% -
HSV(B) 274.62º 0.58% 0.87% -
XYZ 33.38 21.48 72.2 -
YUV 130.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 168 93 223 0.25 0.58 0 0.13 274.62 0.67 0.62
Hex A8 5D DF 19 3A 0 D 113 43 3E
Octal 250 135 337 31 72 0 15 423 103 76
Binary 10101000 1011101 11011111 11001 111010 0 1101 100010011 1000011 111110

Color Harmonies of #A85DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DDF

Black with #A85DDF

Text Example


Text Example

White with #A85DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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