Html Css Color HEX #A863CC Amethyst

📋 copy color: '#A863CC'

red 168 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #A863CC

Tints of Amethyst #A863CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

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

R = 35.67%
G = 21.02%
B = 43.31%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A863CC (or 0xA863CC) is known color: Amethyst. HEX triplet: A8, 63 and CC. RGB value is (168,99,204). Sum of RGB (Red+Green+Blue) = 168+99+204=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #A863CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863CC is #579C33. Grayscale: #838383. Windows color (decimal): -5741620 or 13394856. OLE color: 13394856.

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

Color convert

RGB 168 99 204 -
CMYK 0.18 0.51 0 0.2
HSL 279.43º 0.51% 0.59% -
HSV(B) 279.43º 0.51% 0.8% -
XYZ 31.51 21.61 59.64 -
YUV 131.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 168 99 204 0.18 0.51 0 0.2 279.43 0.51 0.59
Hex A8 63 CC 12 33 0 14 117 33 3B
Octal 250 143 314 22 63 0 24 427 63 73
Binary 10101000 1100011 11001100 10010 110011 0 10100 100010111 110011 111011

Color Harmonies of #A863CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863CC

Black with #A863CC

Text Example


Text Example

White with #A863CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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