Html Css Color HEX #A85FCD Amethyst

📋 copy color: '#A85FCD'

red 168 ◦ green 95 ◦ blue 205

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

Shades of Amethyst #A85FCD

Tints of Amethyst #A85FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 35.9%
G = 20.3%
B = 43.8%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A85FCD (or 0xA85FCD) is known color: Amethyst. HEX triplet: A8, 5F and CD. RGB value is (168,95,205). Sum of RGB (Red+Green+Blue) = 168+95+205=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A85FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCD is #57A032. Grayscale: #818181. Windows color (decimal): -5742643 or 13459368. OLE color: 13459368.

HSL color Cylindrical-coordinate representation of color #A85FCD: hue angle of 279.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A85FCD is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 95 205 -
CMYK 0.18 0.54 0 0.20
HSL 279.82º 0.52% 0.59% -
HSV(B) 279.82º 0.54% 0.8% -
XYZ 31.26 20.92 60.15 -
YUV 129.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 168 95 205 0.18 0.54 0 0.20 279.82 0.52 0.59
Hex A8 5F CD 12 36 0 14 118 34 3B
Octal 250 137 315 22 66 0 24 430 64 73
Binary 10101000 1011111 11001101 10010 110110 0 10100 100011000 110100 111011

Color Harmonies of #A85FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FCD

Black with #A85FCD

Text Example


Text Example

White with #A85FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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