Html Css Color HEX #A85BDF Amethyst

📋 copy color: '#A85BDF'

red 168 ◦ green 91 ◦ blue 223

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

Shades of Amethyst #A85BDF

Tints of Amethyst #A85BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.88%

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

R = 34.85%
G = 18.88%
B = 46.27%

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

#A85BDF (or 0xA85BDF) is known color: Amethyst. HEX triplet: A8, 5B and DF. RGB value is (168,91,223). Sum of RGB (Red+Green+Blue) = 168+91+223=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #A85BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BDF is #57A420. Grayscale: #808080. Windows color (decimal): -5743649 or 14637992. OLE color: 14637992.

HSL color Cylindrical-coordinate representation of color #A85BDF: hue angle of 275º 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 #A85BDF is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 91 223 -
CMYK 0.25 0.59 0 0.13
HSL 275º 0.67% 0.62% -
HSV(B) 275º 0.59% 0.87% -
XYZ 33.21 21.13 72.14 -
YUV 129.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 168 91 223 0.25 0.59 0 0.13 275 0.67 0.62
Hex A8 5B DF 19 3B 0 D 113 43 3E
Octal 250 133 337 31 73 0 15 423 103 76
Binary 10101000 1011011 11011111 11001 111011 0 1101 100010011 1000011 111110

Color Harmonies of #A85BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BDF

Black with #A85BDF

Text Example


Text Example

White with #A85BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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