Html Css Color HEX #A85CDD Amethyst

📋 copy color: '#A85CDD'

red 168 ◦ green 92 ◦ blue 221

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

Shades of Amethyst #A85CDD

Tints of Amethyst #A85CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 34.93%
G = 19.13%
B = 45.95%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85CDD (or 0xA85CDD) is known color: Amethyst. HEX triplet: A8, 5C and DD. RGB value is (168,92,221). Sum of RGB (Red+Green+Blue) = 168+92+221=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #A85CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CDD is #57A322. Grayscale: #808080. Windows color (decimal): -5743395 or 14507176. OLE color: 14507176.

HSL color Cylindrical-coordinate representation of color #A85CDD: hue angle of 275.35º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85CDD is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 92 221 -
CMYK 0.24 0.58 0 0.13
HSL 275.35º 0.65% 0.61% -
HSV(B) 275.35º 0.58% 0.87% -
XYZ 33.03 21.2 70.76 -
YUV 129.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 168 92 221 0.24 0.58 0 0.13 275.35 0.65 0.61
Hex A8 5C DD 18 3A 0 D 113 41 3D
Octal 250 134 335 30 72 0 15 423 101 75
Binary 10101000 1011100 11011101 11000 111010 0 1101 100010011 1000001 111101

Color Harmonies of #A85CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CDD

Black with #A85CDD

Text Example


Text Example

White with #A85CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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