Html Css Color HEX #A85FE0 Amethyst

📋 copy color: '#A85FE0'

red 168 ◦ green 95 ◦ blue 224

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

Shades of Amethyst #A85FE0

Tints of Amethyst #A85FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46%

R = 34.5%
G = 19.51%
B = 46%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A85FE0 (or 0xA85FE0) is known color: Amethyst. HEX triplet: A8, 5F and E0. RGB value is (168,95,224). Sum of RGB (Red+Green+Blue) = 168+95+224=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 95 (37.5% from 255 or 19.51% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #A85FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FE0 is #57A01F. Grayscale: #838383. Windows color (decimal): -5742624 or 14704552. OLE color: 14704552.

HSL color Cylindrical-coordinate representation of color #A85FE0: hue angle of 273.95º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85FE0 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 95 224 -
CMYK 0.25 0.58 0 0.12
HSL 273.95º 0.68% 0.63% -
HSV(B) 273.95º 0.58% 0.88% -
XYZ 33.7 21.89 72.97 -
YUV 131.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 168 95 224 0.25 0.58 0 0.12 273.95 0.68 0.63
Hex A8 5F E0 19 3A 0 C 112 44 3F
Octal 250 137 340 31 72 0 14 422 104 77
Binary 10101000 1011111 11100000 11001 111010 0 1100 100010010 1000100 111111

Color Harmonies of #A85FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FE0

Black with #A85FE0

Text Example


Text Example

White with #A85FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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