Html Css Color HEX #A768CA Amethyst

📋 copy color: '#A768CA'

red 167 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #A768CA

Tints of Amethyst #A768CA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.99%

 BLUE value IS 202 (79.3% from 255) = 42.71%

R = 35.31%
G = 21.99%
B = 42.71%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A768CA (or 0xA768CA) is known color: Amethyst. HEX triplet: A7, 68 and CA. RGB value is (167,104,202). Sum of RGB (Red+Green+Blue) = 167+104+202=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A768CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A768CA is #589735. Grayscale: #858585. Windows color (decimal): -5805878 or 13265063. OLE color: 13265063.

HSL color Cylindrical-coordinate representation of color #A768CA: hue angle of 278.57º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A768CA is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 104 202 -
CMYK 0.17 0.49 0 0.21
HSL 278.57º 0.48% 0.6% -
HSV(B) 278.57º 0.49% 0.79% -
XYZ 31.55 22.38 58.53 -
YUV 134.01 166.37 151.53 -
System Red Green Blue C M Y K H S L
Decimal 167 104 202 0.17 0.49 0 0.21 278.57 0.48 0.6
Hex A7 68 CA 11 31 0 15 117 30 3C
Octal 247 150 312 21 61 0 25 427 60 74
Binary 10100111 1101000 11001010 10001 110001 0 10101 100010111 110000 111100

Color Harmonies of #A768CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A768CA

Black with #A768CA

Text Example


Text Example

White with #A768CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A768CA; }

 p { color: rgb(167,104,202); }

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

background-color css

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

 a { background-color: rgb(167,104,202); }

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

border-color css

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

 span { border-color: rgb(167,104,202); }

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