Html Css Color HEX #A85CED Amethyst

📋 copy color: '#A85CED'

red 168 ◦ green 92 ◦ blue 237

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

Shades of Amethyst #A85CED

Tints of Amethyst #A85CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 33.8%
G = 18.51%
B = 47.69%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A85CED (or 0xA85CED) is known color: Amethyst. HEX triplet: A8, 5C and ED. RGB value is (168,92,237). Sum of RGB (Red+Green+Blue) = 168+92+237=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 92 (36.33% from 255 or 18.51% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #A85CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CED is #57A312. Grayscale: #828282. Windows color (decimal): -5743379 or 15555752. OLE color: 15555752.

HSL color Cylindrical-coordinate representation of color #A85CED: hue angle of 271.45º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A85CED is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 92 237 -
CMYK 0.29 0.61 0 0.07
HSL 271.45º 0.8% 0.65% -
HSV(B) 271.45º 0.61% 0.93% -
XYZ 35.26 22.09 82.53 -
YUV 131.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 168 92 237 0.29 0.61 0 0.07 271.45 0.8 0.65
Hex A8 5C ED 1D 3D 0 7 10F 50 41
Octal 250 134 355 35 75 0 7 417 120 101
Binary 10101000 1011100 11101101 11101 111101 0 111 100001111 1010000 1000001

Color Harmonies of #A85CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CED

Black with #A85CED

Text Example


Text Example

White with #A85CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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