Html Css Color HEX #A85CEB Amethyst

📋 copy color: '#A85CEB'

red 168 ◦ green 92 ◦ blue 235

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

Shades of Amethyst #A85CEB

Tints of Amethyst #A85CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 33.94%
G = 18.59%
B = 47.47%

CMYK

 C value IS 0.29

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A85CEB (or 0xA85CEB) is known color: Amethyst. HEX triplet: A8, 5C and EB. RGB value is (168,92,235). Sum of RGB (Red+Green+Blue) = 168+92+235=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #A85CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85CEB is #57A314. Grayscale: #828282. Windows color (decimal): -5743381 or 15424680. OLE color: 15424680.

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

Color convert

RGB 168 92 235 -
CMYK 0.29 0.61 0 0.08
HSL 271.89º 0.78% 0.64% -
HSV(B) 271.89º 0.61% 0.92% -
XYZ 34.97 21.98 81 -
YUV 131.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 168 92 235 0.29 0.61 0 0.08 271.89 0.78 0.64
Hex A8 5C EB 1D 3D 0 8 110 4E 40
Octal 250 134 353 35 75 0 10 420 116 100
Binary 10101000 1011100 11101011 11101 111101 0 1000 100010000 1001110 1000000

Color Harmonies of #A85CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CEB

Black with #A85CEB

Text Example


Text Example

White with #A85CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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