Html Css Color HEX #A85FCC Amethyst

📋 copy color: '#A85FCC'

red 168 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #A85FCC

Tints of Amethyst #A85FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 35.97%
G = 20.34%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A85FCC (or 0xA85FCC) is known color: Amethyst. HEX triplet: A8, 5F and CC. RGB value is (168,95,204). Sum of RGB (Red+Green+Blue) = 168+95+204=467 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.97% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A85FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85FCC is #57A033. Grayscale: #808080. Windows color (decimal): -5742644 or 13393832. OLE color: 13393832.

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

Color convert

RGB 168 95 204 -
CMYK 0.18 0.53 0 0.2
HSL 280.18º 0.52% 0.59% -
HSV(B) 280.18º 0.53% 0.8% -
XYZ 31.14 20.87 59.51 -
YUV 129.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 168 95 204 0.18 0.53 0 0.2 280.18 0.52 0.59
Hex A8 5F CC 12 35 0 14 118 34 3B
Octal 250 137 314 22 65 0 24 430 64 73
Binary 10101000 1011111 11001100 10010 110101 0 10100 100011000 110100 111011

Color Harmonies of #A85FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FCC

Black with #A85FCC

Text Example


Text Example

White with #A85FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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