Html Css Color HEX #A865CD Amethyst

📋 copy color: '#A865CD'

red 168 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #A865CD

Tints of Amethyst #A865CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.31%

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

R = 35.44%
G = 21.31%
B = 43.25%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A865CD (or 0xA865CD) is known color: Amethyst. HEX triplet: A8, 65 and CD. RGB value is (168,101,205). Sum of RGB (Red+Green+Blue) = 168+101+205=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #A865CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CD is #579A32. Grayscale: #848484. Windows color (decimal): -5741107 or 13460904. OLE color: 13460904.

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

Color convert

RGB 168 101 205 -
CMYK 0.18 0.51 0 0.20
HSL 278.65º 0.51% 0.6% -
HSV(B) 278.65º 0.51% 0.8% -
XYZ 31.82 22.04 60.33 -
YUV 132.89 168.7 153.04 -
System Red Green Blue C M Y K H S L
Decimal 168 101 205 0.18 0.51 0 0.20 278.65 0.51 0.6
Hex A8 65 CD 12 33 0 14 117 33 3C
Octal 250 145 315 22 63 0 24 427 63 74
Binary 10101000 1100101 11001101 10010 110011 0 10100 100010111 110011 111100

Color Harmonies of #A865CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865CD

Black with #A865CD

Text Example


Text Example

White with #A865CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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