Html Css Color HEX #A865CC Amethyst

📋 copy color: '#A865CC'

red 168 ◦ green 101 ◦ blue 204

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

Shades of Amethyst #A865CC

Tints of Amethyst #A865CC

RGB

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

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

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

R = 35.52%
G = 21.35%
B = 43.13%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A865CC (or 0xA865CC) is known color: Amethyst. HEX triplet: A8, 65 and CC. RGB value is (168,101,204). Sum of RGB (Red+Green+Blue) = 168+101+204=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #A865CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865CC is #579A33. Grayscale: #848484. Windows color (decimal): -5741108 or 13395368. OLE color: 13395368.

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

Color convert

RGB 168 101 204 -
CMYK 0.18 0.50 0 0.2
HSL 279.03º 0.5% 0.6% -
HSV(B) 279.03º 0.5% 0.8% -
XYZ 31.7 21.99 59.7 -
YUV 132.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 168 101 204 0.18 0.50 0 0.2 279.03 0.5 0.6
Hex A8 65 CC 12 32 0 14 117 32 3C
Octal 250 145 314 22 62 0 24 427 62 74
Binary 10101000 1100101 11001100 10010 110010 0 10100 100010111 110010 111100

Color Harmonies of #A865CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865CC

Black with #A865CC

Text Example


Text Example

White with #A865CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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