Html Css Color HEX #A85BD4 Amethyst

📋 copy color: '#A85BD4'

red 168 ◦ green 91 ◦ blue 212

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

Shades of Amethyst #A85BD4

Tints of Amethyst #A85BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 35.67%
G = 19.32%
B = 45.01%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A85BD4 (or 0xA85BD4) is known color: Amethyst. HEX triplet: A8, 5B and D4. RGB value is (168,91,212). Sum of RGB (Red+Green+Blue) = 168+91+212=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #A85BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85BD4 is #57A42B. Grayscale: #7F7F7F. Windows color (decimal): -5743660 or 13917096. OLE color: 13917096.

HSL color Cylindrical-coordinate representation of color #A85BD4: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A85BD4 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 91 212 -
CMYK 0.21 0.57 0 0.17
HSL 278.18º 0.58% 0.59% -
HSV(B) 278.18º 0.57% 0.83% -
XYZ 31.77 20.56 64.58 -
YUV 127.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 168 91 212 0.21 0.57 0 0.17 278.18 0.58 0.59
Hex A8 5B D4 15 39 0 11 116 3A 3B
Octal 250 133 324 25 71 0 21 426 72 73
Binary 10101000 1011011 11010100 10101 111001 0 10001 100010110 111010 111011

Color Harmonies of #A85BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85BD4

Black with #A85BD4

Text Example


Text Example

White with #A85BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85BD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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