Html Css Color HEX #A762DF Amethyst

📋 copy color: '#A762DF'

red 167 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A762DF

Tints of Amethyst #A762DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 34.22%
G = 20.08%
B = 45.7%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A762DF (or 0xA762DF) is known color: Amethyst. HEX triplet: A7, 62 and DF. RGB value is (167,98,223). Sum of RGB (Red+Green+Blue) = 167+98+223=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A762DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762DF is #589D20. Grayscale: #848484. Windows color (decimal): -5807393 or 14639783. OLE color: 14639783.

HSL color Cylindrical-coordinate representation of color #A762DF: hue angle of 273.12º degrees, saturation: 0.66, 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 #A762DF is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 98 223 -
CMYK 0.25 0.56 0 0.13
HSL 273.12º 0.66% 0.63% -
HSV(B) 273.12º 0.56% 0.87% -
XYZ 33.62 22.28 72.34 -
YUV 132.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 167 98 223 0.25 0.56 0 0.13 273.12 0.66 0.63
Hex A7 62 DF 19 38 0 D 111 42 3F
Octal 247 142 337 31 70 0 15 421 102 77
Binary 10100111 1100010 11011111 11001 111000 0 1101 100010001 1000010 111111

Color Harmonies of #A762DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762DF

Black with #A762DF

Text Example


Text Example

White with #A762DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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