Html Css Color HEX #A85DDA Amethyst

📋 copy color: '#A85DDA'

red 168 ◦ green 93 ◦ blue 218

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

Shades of Amethyst #A85DDA

Tints of Amethyst #A85DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 218 (85.55% from 255) = 45.51%

R = 35.07%
G = 19.42%
B = 45.51%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A85DDA (or 0xA85DDA) is known color: Amethyst. HEX triplet: A8, 5D and DA. RGB value is (168,93,218). Sum of RGB (Red+Green+Blue) = 168+93+218=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A85DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85DDA is #57A225. Grayscale: #818181. Windows color (decimal): -5743142 or 14310824. OLE color: 14310824.

HSL color Cylindrical-coordinate representation of color #A85DDA: hue angle of 276º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85DDA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 93 218 -
CMYK 0.23 0.57 0 0.15
HSL 276º 0.63% 0.61% -
HSV(B) 276º 0.57% 0.85% -
XYZ 32.72 21.22 68.7 -
YUV 129.68 177.85 155.34 -
System Red Green Blue C M Y K H S L
Decimal 168 93 218 0.23 0.57 0 0.15 276 0.63 0.61
Hex A8 5D DA 17 39 0 F 114 3F 3D
Octal 250 135 332 27 71 0 17 424 77 75
Binary 10101000 1011101 11011010 10111 111001 0 1111 100010100 111111 111101

Color Harmonies of #A85DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85DDA

Black with #A85DDA

Text Example


Text Example

White with #A85DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85DDA; }

 p { color: rgb(168,93,218); }

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

background-color css

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

 a { background-color: rgb(168,93,218); }

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

border-color css

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

 span { border-color: rgb(168,93,218); }

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