Html Css Color HEX #A85FDF Amethyst

📋 copy color: '#A85FDF'

red 168 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A85FDF

Tints of Amethyst #A85FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.55%

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

R = 34.57%
G = 19.55%
B = 45.88%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85FDF (or 0xA85FDF) is known color: Amethyst. HEX triplet: A8, 5F and DF. RGB value is (168,95,223). Sum of RGB (Red+Green+Blue) = 168+95+223=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 95 (37.5% from 255 or 19.55% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDF is #57A020. Grayscale: #828282. Windows color (decimal): -5742625 or 14639016. OLE color: 14639016.

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

Color convert

RGB 168 95 223 -
CMYK 0.25 0.57 0 0.13
HSL 274.22º 0.67% 0.62% -
HSV(B) 274.22º 0.57% 0.87% -
XYZ 33.56 21.84 72.26 -
YUV 131.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 168 95 223 0.25 0.57 0 0.13 274.22 0.67 0.62
Hex A8 5F DF 19 39 0 D 112 43 3E
Octal 250 137 337 31 71 0 15 422 103 76
Binary 10101000 1011111 11011111 11001 111001 0 1101 100010010 1000011 111110

Color Harmonies of #A85FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FDF

Black with #A85FDF

Text Example


Text Example

White with #A85FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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