Html Css Color HEX #A869CC Amethyst

📋 copy color: '#A869CC'

red 168 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #A869CC

Tints of Amethyst #A869CC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.01%

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

R = 35.22%
G = 22.01%
B = 42.77%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A869CC (or 0xA869CC) is known color: Amethyst. HEX triplet: A8, 69 and CC. RGB value is (168,105,204). Sum of RGB (Red+Green+Blue) = 168+105+204=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #A869CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869CC is #579633. Grayscale: #868686. Windows color (decimal): -5740084 or 13396392. OLE color: 13396392.

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

Color convert

RGB 168 105 204 -
CMYK 0.18 0.49 0 0.2
HSL 278.18º 0.49% 0.61% -
HSV(B) 278.18º 0.49% 0.8% -
XYZ 32.1 22.79 59.83 -
YUV 135.12 166.87 151.45 -
System Red Green Blue C M Y K H S L
Decimal 168 105 204 0.18 0.49 0 0.2 278.18 0.49 0.61
Hex A8 69 CC 12 31 0 14 116 31 3D
Octal 250 151 314 22 61 0 24 426 61 75
Binary 10101000 1101001 11001100 10010 110001 0 10100 100010110 110001 111101

Color Harmonies of #A869CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869CC

Black with #A869CC

Text Example


Text Example

White with #A869CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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