Html Css Color HEX #A85AEC Amethyst

📋 copy color: '#A85AEC'

red 168 ◦ green 90 ◦ blue 236

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

Shades of Amethyst #A85AEC

Tints of Amethyst #A85AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.22%

 BLUE value IS 236 (92.58% from 255) = 47.77%

R = 34.01%
G = 18.22%
B = 47.77%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A85AEC (or 0xA85AEC) is known color: Amethyst. HEX triplet: A8, 5A and EC. RGB value is (168,90,236). Sum of RGB (Red+Green+Blue) = 168+90+236=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 90 (35.55% from 255 or 18.22% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #A85AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85AEC is #57A513. Grayscale: #818181. Windows color (decimal): -5743892 or 15489704. OLE color: 15489704.

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

Color convert

RGB 168 90 236 -
CMYK 0.29 0.62 0 0.07
HSL 272.05º 0.79% 0.64% -
HSV(B) 272.05º 0.62% 0.93% -
XYZ 34.94 21.69 81.7 -
YUV 129.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 168 90 236 0.29 0.62 0 0.07 272.05 0.79 0.64
Hex A8 5A EC 1D 3E 0 7 110 4F 40
Octal 250 132 354 35 76 0 7 420 117 100
Binary 10101000 1011010 11101100 11101 111110 0 111 100010000 1001111 1000000

Color Harmonies of #A85AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85AEC

Black with #A85AEC

Text Example


Text Example

White with #A85AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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