Html Css Color HEX #A762DA Amethyst

📋 copy color: '#A762DA'

red 167 ◦ green 98 ◦ blue 218

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

Shades of Amethyst #A762DA

Tints of Amethyst #A762DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.13%

R = 34.58%
G = 20.29%
B = 45.13%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A762DA (or 0xA762DA) is known color: Amethyst. HEX triplet: A7, 62 and DA. RGB value is (167,98,218). Sum of RGB (Red+Green+Blue) = 167+98+218=483 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.58% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #A762DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762DA is #589D25. Grayscale: #838383. Windows color (decimal): -5807398 or 14312103. OLE color: 14312103.

HSL color Cylindrical-coordinate representation of color #A762DA: hue angle of 274.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A762DA is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 98 218 -
CMYK 0.23 0.55 0 0.15
HSL 274.5º 0.62% 0.62% -
HSV(B) 274.5º 0.55% 0.85% -
XYZ 32.96 22.01 68.84 -
YUV 132.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 167 98 218 0.23 0.55 0 0.15 274.5 0.62 0.62
Hex A7 62 DA 17 37 0 F 112 3E 3E
Octal 247 142 332 27 67 0 17 422 76 76
Binary 10100111 1100010 11011010 10111 110111 0 1111 100010010 111110 111110

Color Harmonies of #A762DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762DA

Black with #A762DA

Text Example


Text Example

White with #A762DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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