Html Css Color HEX #A762CF Amethyst

📋 copy color: '#A762CF'

red 167 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #A762CF

Tints of Amethyst #A762CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.86%

R = 35.38%
G = 20.76%
B = 43.86%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A762CF (or 0xA762CF) is known color: Amethyst. HEX triplet: A7, 62 and CF. RGB value is (167,98,207). Sum of RGB (Red+Green+Blue) = 167+98+207=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #A762CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762CF is #589D30. Grayscale: #828282. Windows color (decimal): -5807409 or 13591207. OLE color: 13591207.

HSL color Cylindrical-coordinate representation of color #A762CF: hue angle of 277.98º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A762CF is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 98 207 -
CMYK 0.19 0.53 0 0.19
HSL 277.98º 0.53% 0.6% -
HSV(B) 277.98º 0.53% 0.81% -
XYZ 31.57 21.46 61.51 -
YUV 131.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 167 98 207 0.19 0.53 0 0.19 277.98 0.53 0.6
Hex A7 62 CF 13 35 0 13 116 35 3C
Octal 247 142 317 23 65 0 23 426 65 74
Binary 10100111 1100010 11001111 10011 110101 0 10011 100010110 110101 111100

Color Harmonies of #A762CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762CF

Black with #A762CF

Text Example


Text Example

White with #A762CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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