#A85AEB

Color #A85AEB Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A85AEB

Tints of Amethyst #A85AEB

Color information

#A85AEB (or 0xA85AEB) is unknown color: approx Amethyst. HEX triplet: A8, 5A and EB. RGB value is (168,90,235). Sum of RGB (Red+Green+Blue) = 168+90+235=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #A85AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AEB is #57A514. Grayscale: #818181. Windows color (decimal): -5743893 or 15424168. OLE color: 15424168.

HSL color Cylindrical-coordinate representation of color #A85AEB: hue angle of 272.28º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85AEB is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16890235-
CMYK0.290.6200.08
HSL272.28º78.38%63.73%-
HSV(B)272.28º61.7%92.16%-
XYZ34.821.6480.94-
YUV129.85187.34155.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 90 (35.55% from 255) = 18.26%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=34.08%
G=18.26%
B=47.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal168902350.290.6200.08272.2878.3863.73
HexA85AEB1D3E081104e40
Octal2501323533576010420116100
Binary10101000101101011101011111011111100100010001000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85AEB; }

 p { color: rgb(168,90,235); }

 H1.HeaderClassName
 {
   color: #A85AEB;
 }
 .AnyTagClassName
 {
   color: #A85AEB;
 }
</style>
background-color css

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

 a { background-color: rgb(168,90,235); }

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

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

 span { border-color: rgb(168,90,235); }

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