Html Css Color HEX #A664CA Amethyst

📋 copy color: '#A664CA'

red 166 ◦ green 100 ◦ blue 202

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

Shades of Amethyst #A664CA

Tints of Amethyst #A664CA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 35.47%
G = 21.37%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A664CA (or 0xA664CA) is known color: Amethyst. HEX triplet: A6, 64 and CA. RGB value is (166,100,202). Sum of RGB (Red+Green+Blue) = 166+100+202=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A664CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A664CA is #599B35. Grayscale: #838383. Windows color (decimal): -5872438 or 13264038. OLE color: 13264038.

HSL color Cylindrical-coordinate representation of color #A664CA: hue angle of 278.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A664CA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 100 202 -
CMYK 0.18 0.50 0 0.21
HSL 278.82º 0.49% 0.59% -
HSV(B) 278.82º 0.5% 0.79% -
XYZ 30.94 21.49 58.39 -
YUV 131.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 166 100 202 0.18 0.50 0 0.21 278.82 0.49 0.59
Hex A6 64 CA 12 32 0 15 117 31 3B
Octal 246 144 312 22 62 0 25 427 61 73
Binary 10100110 1100100 11001010 10010 110010 0 10101 100010111 110001 111011

Color Harmonies of #A664CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A664CA

Black with #A664CA

Text Example


Text Example

White with #A664CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A664CA; }

 p { color: rgb(166,100,202); }

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

background-color css

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

 a { background-color: rgb(166,100,202); }

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

border-color css

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

 span { border-color: rgb(166,100,202); }

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