Html Css Color HEX #A85CD2 Amethyst

📋 copy color: '#A85CD2'

red 168 ◦ green 92 ◦ blue 210

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

Shades of Amethyst #A85CD2

Tints of Amethyst #A85CD2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

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

R = 35.74%
G = 19.57%
B = 44.68%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A85CD2 (or 0xA85CD2) is known color: Amethyst. HEX triplet: A8, 5C and D2. RGB value is (168,92,210). Sum of RGB (Red+Green+Blue) = 168+92+210=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #A85CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A85CD2 is #57A32D. Grayscale: #7F7F7F. Windows color (decimal): -5743406 or 13786280. OLE color: 13786280.

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

Color convert

RGB 168 92 210 -
CMYK 0.2 0.56 0 0.18
HSL 278.64º 0.57% 0.59% -
HSV(B) 278.64º 0.56% 0.82% -
XYZ 31.61 20.63 63.29 -
YUV 128.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 168 92 210 0.2 0.56 0 0.18 278.64 0.57 0.59
Hex A8 5C D2 14 38 0 12 117 39 3B
Octal 250 134 322 24 70 0 22 427 71 73
Binary 10101000 1011100 11010010 10100 111000 0 10010 100010111 111001 111011

Color Harmonies of #A85CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85CD2

Black with #A85CD2

Text Example


Text Example

White with #A85CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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