Html Css Color HEX #A662DF Amethyst

📋 copy color: '#A662DF'

red 166 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A662DF

Tints of Amethyst #A662DF

RGB

 RED value IS 166 (65.23% from 255) = 34.09%

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

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

R = 34.09%
G = 20.12%
B = 45.79%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A662DF (or 0xA662DF) is known color: Amethyst. HEX triplet: A6, 62 and DF. RGB value is (166,98,223). Sum of RGB (Red+Green+Blue) = 166+98+223=487 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.09% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #A662DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662DF is #599D20. Grayscale: #848484. Windows color (decimal): -5872929 or 14639782. OLE color: 14639782.

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

Color convert

RGB 166 98 223 -
CMYK 0.26 0.56 0 0.13
HSL 272.64º 0.66% 0.63% -
HSV(B) 272.64º 0.56% 0.87% -
XYZ 33.41 22.17 72.33 -
YUV 132.58 179.03 151.84 -
System Red Green Blue C M Y K H S L
Decimal 166 98 223 0.26 0.56 0 0.13 272.64 0.66 0.63
Hex A6 62 DF 1A 38 0 D 111 42 3F
Octal 246 142 337 32 70 0 15 421 102 77
Binary 10100110 1100010 11011111 11010 111000 0 1101 100010001 1000010 111111

Color Harmonies of #A662DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662DF

Black with #A662DF

Text Example


Text Example

White with #A662DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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