Html Css Color HEX #A85FD2 Amethyst

📋 copy color: '#A85FD2'

red 168 ◦ green 95 ◦ blue 210

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

Shades of Amethyst #A85FD2

Tints of Amethyst #A85FD2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

 BLUE value IS 210 (82.42% from 255) = 44.4%

R = 35.52%
G = 20.08%
B = 44.4%

CMYK

 C value IS 0.2

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A85FD2 (or 0xA85FD2) is known color: Amethyst. HEX triplet: A8, 5F and D2. RGB value is (168,95,210). Sum of RGB (Red+Green+Blue) = 168+95+210=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 210 - color contains mainly: blue. Hex color #A85FD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FD2 is #57A02D. Grayscale: #818181. Windows color (decimal): -5742638 or 13787048. OLE color: 13787048.

HSL color Cylindrical-coordinate representation of color #A85FD2: hue angle of 278.09º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A85FD2 is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 95 210 -
CMYK 0.2 0.55 0 0.18
HSL 278.09º 0.56% 0.6% -
HSV(B) 278.09º 0.55% 0.82% -
XYZ 31.87 21.16 63.38 -
YUV 129.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 168 95 210 0.2 0.55 0 0.18 278.09 0.56 0.6
Hex A8 5F D2 14 37 0 12 116 38 3C
Octal 250 137 322 24 67 0 22 426 70 74
Binary 10101000 1011111 11010010 10100 110111 0 10010 100010110 111000 111100

Color Harmonies of #A85FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FD2

Black with #A85FD2

Text Example


Text Example

White with #A85FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FD2; }

 p { color: rgb(168,95,210); }

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

background-color css

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

 a { background-color: rgb(168,95,210); }

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

border-color css

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

 span { border-color: rgb(168,95,210); }

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