Html Css Color HEX #A762CA Amethyst

📋 copy color: '#A762CA'

red 167 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A762CA

Tints of Amethyst #A762CA

RGB

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

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

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

R = 35.76%
G = 20.99%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A762CA (or 0xA762CA) is known color: Amethyst. HEX triplet: A7, 62 and CA. RGB value is (167,98,202). Sum of RGB (Red+Green+Blue) = 167+98+202=467 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.76% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #A762CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762CA is #589D35. Grayscale: #828282. Windows color (decimal): -5807414 or 13263527. OLE color: 13263527.

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

Color convert

RGB 167 98 202 -
CMYK 0.17 0.51 0 0.21
HSL 279.81º 0.5% 0.59% -
HSV(B) 279.81º 0.51% 0.79% -
XYZ 30.96 21.22 58.34 -
YUV 130.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 167 98 202 0.17 0.51 0 0.21 279.81 0.5 0.59
Hex A7 62 CA 11 33 0 15 118 32 3B
Octal 247 142 312 21 63 0 25 430 62 73
Binary 10100111 1100010 11001010 10001 110011 0 10101 100011000 110010 111011

Color Harmonies of #A762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762CA

Black with #A762CA

Text Example


Text Example

White with #A762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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