Html Css Color HEX #A763DD Amethyst

📋 copy color: '#A763DD'

red 167 ◦ green 99 ◦ blue 221

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

Shades of Amethyst #A763DD

Tints of Amethyst #A763DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 34.29%
G = 20.33%
B = 45.38%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A763DD (or 0xA763DD) is known color: Amethyst. HEX triplet: A7, 63 and DD. RGB value is (167,99,221). Sum of RGB (Red+Green+Blue) = 167+99+221=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #A763DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A763DD is #589C22. Grayscale: #848484. Windows color (decimal): -5807139 or 14508967. OLE color: 14508967.

HSL color Cylindrical-coordinate representation of color #A763DD: hue angle of 273.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A763DD is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 99 221 -
CMYK 0.24 0.55 0 0.13
HSL 273.44º 0.64% 0.63% -
HSV(B) 273.44º 0.55% 0.87% -
XYZ 33.45 22.36 70.96 -
YUV 133.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 167 99 221 0.24 0.55 0 0.13 273.44 0.64 0.63
Hex A7 63 DD 18 37 0 D 111 40 3F
Octal 247 143 335 30 67 0 15 421 100 77
Binary 10100111 1100011 11011101 11000 110111 0 1101 100010001 1000000 111111

Color Harmonies of #A763DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A763DD

Black with #A763DD

Text Example


Text Example

White with #A763DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A763DD; }

 p { color: rgb(167,99,221); }

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

background-color css

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

 a { background-color: rgb(167,99,221); }

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

border-color css

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

 span { border-color: rgb(167,99,221); }

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