Html Css Color HEX #A762E6 Amethyst

📋 copy color: '#A762E6'

red 167 ◦ green 98 ◦ blue 230

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

Shades of Amethyst #A762E6

Tints of Amethyst #A762E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 33.74%
G = 19.8%
B = 46.46%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A762E6 (or 0xA762E6) is known color: Amethyst. HEX triplet: A7, 62 and E6. RGB value is (167,98,230). Sum of RGB (Red+Green+Blue) = 167+98+230=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #A762E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A762E6 is #589D19. Grayscale: #858585. Windows color (decimal): -5807386 or 15098535. OLE color: 15098535.

HSL color Cylindrical-coordinate representation of color #A762E6: hue angle of 271.36º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A762E6 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 167 98 230 -
CMYK 0.27 0.57 0 0.10
HSL 271.36º 0.73% 0.64% -
HSV(B) 271.36º 0.57% 0.9% -
XYZ 34.59 22.66 77.41 -
YUV 133.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 167 98 230 0.27 0.57 0 0.10 271.36 0.73 0.64
Hex A7 62 E6 1B 39 0 A 10F 49 40
Octal 247 142 346 33 71 0 12 417 111 100
Binary 10100111 1100010 11100110 11011 111001 0 1010 100001111 1001001 1000000

Color Harmonies of #A762E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A762E6

Black with #A762E6

Text Example


Text Example

White with #A762E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A762E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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