Html Css Color HEX #A662CD Amethyst

📋 copy color: '#A662CD'

red 166 ◦ green 98 ◦ blue 205

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

Shades of Amethyst #A662CD

Tints of Amethyst #A662CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.71%

R = 35.39%
G = 20.9%
B = 43.71%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A662CD (or 0xA662CD) is known color: Amethyst. HEX triplet: A6, 62 and CD. RGB value is (166,98,205). Sum of RGB (Red+Green+Blue) = 166+98+205=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #A662CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A662CD is #599D32. Grayscale: #828282. Windows color (decimal): -5872947 or 13460134. OLE color: 13460134.

HSL color Cylindrical-coordinate representation of color #A662CD: hue angle of 278.13º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A662CD is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 98 205 -
CMYK 0.19 0.52 0 0.20
HSL 278.13º 0.52% 0.59% -
HSV(B) 278.13º 0.52% 0.8% -
XYZ 31.11 21.25 60.22 -
YUV 130.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 166 98 205 0.19 0.52 0 0.20 278.13 0.52 0.59
Hex A6 62 CD 13 34 0 14 116 34 3B
Octal 246 142 315 23 64 0 24 426 64 73
Binary 10100110 1100010 11001101 10011 110100 0 10100 100010110 110100 111011

Color Harmonies of #A662CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A662CD

Black with #A662CD

Text Example


Text Example

White with #A662CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A662CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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