Html Css Color HEX #A769CC Amethyst

📋 copy color: '#A769CC'

red 167 ◦ green 105 ◦ blue 204

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

Shades of Amethyst #A769CC

Tints of Amethyst #A769CC

RGB

 RED value IS 167 (65.63% from 255) = 35.08%

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

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

R = 35.08%
G = 22.06%
B = 42.86%

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

#A769CC (or 0xA769CC) is known color: Amethyst. HEX triplet: A7, 69 and CC. RGB value is (167,105,204). Sum of RGB (Red+Green+Blue) = 167+105+204=476 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.08% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #A769CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769CC is #589633. Grayscale: #868686. Windows color (decimal): -5805620 or 13396391. OLE color: 13396391.

HSL color Cylindrical-coordinate representation of color #A769CC: hue angle of 277.58º 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 #A769CC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 105 204 -
CMYK 0.18 0.49 0 0.2
HSL 277.58º 0.49% 0.61% -
HSV(B) 277.58º 0.49% 0.8% -
XYZ 31.89 22.68 59.82 -
YUV 134.82 167.04 150.95 -
System Red Green Blue C M Y K H S L
Decimal 167 105 204 0.18 0.49 0 0.2 277.58 0.49 0.61
Hex A7 69 CC 12 31 0 14 116 31 3D
Octal 247 151 314 22 61 0 24 426 61 75
Binary 10100111 1101001 11001100 10010 110001 0 10100 100010110 110001 111101

Color Harmonies of #A769CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769CC

Black with #A769CC

Text Example


Text Example

White with #A769CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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