Html Css Color HEX #A85CE4 Amethyst

📋 copy color: '#A85CE4'

red 168 ◦ green 92 ◦ blue 228

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

Shades of Amethyst #A85CE4

Tints of Amethyst #A85CE4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.85%

 BLUE value IS 228 (89.45% from 255) = 46.72%

R = 34.43%
G = 18.85%
B = 46.72%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A85CE4 (or 0xA85CE4) is known color: Amethyst. HEX triplet: A8, 5C and E4. RGB value is (168,92,228). Sum of RGB (Red+Green+Blue) = 168+92+228=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #A85CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CE4 is #57A31B. Grayscale: #818181. Windows color (decimal): -5743388 or 14965928. OLE color: 14965928.

HSL color Cylindrical-coordinate representation of color #A85CE4: hue angle of 273.53º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85CE4 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 92 228 -
CMYK 0.26 0.60 0 0.11
HSL 273.53º 0.72% 0.63% -
HSV(B) 273.53º 0.6% 0.89% -
XYZ 33.98 21.58 75.77 -
YUV 130.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 168 92 228 0.26 0.60 0 0.11 273.53 0.72 0.63
Hex A8 5C E4 1A 3C 0 B 112 48 3F
Octal 250 134 344 32 74 0 13 422 110 77
Binary 10101000 1011100 11100100 11010 111100 0 1011 100010010 1001000 111111

Color Harmonies of #A85CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CE4

Black with #A85CE4

Text Example


Text Example

White with #A85CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CE4; }

 p { color: rgb(168,92,228); }

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

background-color css

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

 a { background-color: rgb(168,92,228); }

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

border-color css

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

 span { border-color: rgb(168,92,228); }

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