Html Css Color HEX #A85FDE Amethyst

📋 copy color: '#A85FDE'

red 168 ◦ green 95 ◦ blue 222

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

Shades of Amethyst #A85FDE

Tints of Amethyst #A85FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 34.64%
G = 19.59%
B = 45.77%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85FDE (or 0xA85FDE) is known color: Amethyst. HEX triplet: A8, 5F and DE. RGB value is (168,95,222). Sum of RGB (Red+Green+Blue) = 168+95+222=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #A85FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FDE is #57A021. Grayscale: #828282. Windows color (decimal): -5742626 or 14573480. OLE color: 14573480.

HSL color Cylindrical-coordinate representation of color #A85FDE: hue angle of 274.49º degrees, saturation: 0.66, 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 #A85FDE is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 95 222 -
CMYK 0.24 0.57 0 0.13
HSL 274.49º 0.66% 0.62% -
HSV(B) 274.49º 0.57% 0.87% -
XYZ 33.43 21.78 71.55 -
YUV 131.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 168 95 222 0.24 0.57 0 0.13 274.49 0.66 0.62
Hex A8 5F DE 18 39 0 D 112 42 3E
Octal 250 137 336 30 71 0 15 422 102 76
Binary 10101000 1011111 11011110 11000 111001 0 1101 100010010 1000010 111110

Color Harmonies of #A85FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FDE

Black with #A85FDE

Text Example


Text Example

White with #A85FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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