Html Css Color HEX #A85CE8 Amethyst

📋 copy color: '#A85CE8'

red 168 ◦ green 92 ◦ blue 232

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

Shades of Amethyst #A85CE8

Tints of Amethyst #A85CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.15%

R = 34.15%
G = 18.7%
B = 47.15%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A85CE8 (or 0xA85CE8) is known color: Amethyst. HEX triplet: A8, 5C and E8. RGB value is (168,92,232). Sum of RGB (Red+Green+Blue) = 168+92+232=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 232 (91.02% from 255 or 47.15% from 492); Max value from RGB is 232 - color contains mainly: blue. Hex color #A85CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CE8 is #57A317. Grayscale: #828282. Windows color (decimal): -5743384 or 15228072. OLE color: 15228072.

HSL color Cylindrical-coordinate representation of color #A85CE8: hue angle of 272.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A85CE8 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 92 232 -
CMYK 0.28 0.60 0 0.09
HSL 272.57º 0.75% 0.64% -
HSV(B) 272.57º 0.6% 0.91% -
XYZ 34.54 21.81 78.73 -
YUV 130.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 168 92 232 0.28 0.60 0 0.09 272.57 0.75 0.64
Hex A8 5C E8 1C 3C 0 9 111 4B 40
Octal 250 134 350 34 74 0 11 421 113 100
Binary 10101000 1011100 11101000 11100 111100 0 1001 100010001 1001011 1000000

Color Harmonies of #A85CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CE8

Black with #A85CE8

Text Example


Text Example

White with #A85CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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