Html Css Color HEX #A762DD Amethyst

📋 copy color: '#A762DD'

red 167 ◦ green 98 ◦ blue 221

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

Shades of Amethyst #A762DD

Tints of Amethyst #A762DD

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.16%

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

R = 34.36%
G = 20.16%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A762DD (or 0xA762DD) is known color: Amethyst. HEX triplet: A7, 62 and DD. RGB value is (167,98,221). Sum of RGB (Red+Green+Blue) = 167+98+221=486 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.36% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #A762DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762DD is #589D22. Grayscale: #848484. Windows color (decimal): -5807395 or 14508711. OLE color: 14508711.

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

Color convert

RGB 167 98 221 -
CMYK 0.24 0.56 0 0.13
HSL 273.66º 0.64% 0.63% -
HSV(B) 273.66º 0.56% 0.87% -
XYZ 33.36 22.17 70.93 -
YUV 132.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 167 98 221 0.24 0.56 0 0.13 273.66 0.64 0.63
Hex A7 62 DD 18 38 0 D 112 40 3F
Octal 247 142 335 30 70 0 15 422 100 77
Binary 10100111 1100010 11011101 11000 111000 0 1101 100010010 1000000 111111

Color Harmonies of #A762DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762DD

Black with #A762DD

Text Example


Text Example

White with #A762DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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