Html Css Color HEX #A85CDF Amethyst

📋 copy color: '#A85CDF'

red 168 ◦ green 92 ◦ blue 223

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

Shades of Amethyst #A85CDF

Tints of Amethyst #A85CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 34.78%
G = 19.05%
B = 46.17%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A85CDF (or 0xA85CDF) is known color: Amethyst. HEX triplet: A8, 5C and DF. RGB value is (168,92,223). Sum of RGB (Red+Green+Blue) = 168+92+223=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CDF is #57A320. Grayscale: #818181. Windows color (decimal): -5743393 or 14638248. OLE color: 14638248.

HSL color Cylindrical-coordinate representation of color #A85CDF: hue angle of 274.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A85CDF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 92 223 -
CMYK 0.25 0.59 0 0.13
HSL 274.81º 0.67% 0.62% -
HSV(B) 274.81º 0.59% 0.87% -
XYZ 33.29 21.31 72.17 -
YUV 129.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 168 92 223 0.25 0.59 0 0.13 274.81 0.67 0.62
Hex A8 5C DF 19 3B 0 D 113 43 3E
Octal 250 134 337 31 73 0 15 423 103 76
Binary 10101000 1011100 11011111 11001 111011 0 1101 100010011 1000011 111110

Color Harmonies of #A85CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CDF

Black with #A85CDF

Text Example


Text Example

White with #A85CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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