Html Css Color HEX #A466CA Amethyst

📋 copy color: '#A466CA'

red 164 ◦ green 102 ◦ blue 202

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

Shades of Amethyst #A466CA

Tints of Amethyst #A466CA

RGB

 RED value IS 164 (64.45% from 255) = 35.04%

 GREEN value IS 102 (40.23% from 255) = 21.79%

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

R = 35.04%
G = 21.79%
B = 43.16%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A466CA (or 0xA466CA) is known color: Amethyst. HEX triplet: A4, 66 and CA. RGB value is (164,102,202). Sum of RGB (Red+Green+Blue) = 164+102+202=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 102 (40.23% from 255 or 21.79% 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 #A466CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466CA is #5B9935. Grayscale: #838383. Windows color (decimal): -6002998 or 13264548. OLE color: 13264548.

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

Color convert

RGB 164 102 202 -
CMYK 0.19 0.50 0 0.21
HSL 277.2º 0.49% 0.6% -
HSV(B) 277.2º 0.5% 0.79% -
XYZ 30.72 21.66 58.44 -
YUV 131.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 164 102 202 0.19 0.50 0 0.21 277.2 0.49 0.6
Hex A4 66 CA 13 32 0 15 115 31 3C
Octal 244 146 312 23 62 0 25 425 61 74
Binary 10100100 1100110 11001010 10011 110010 0 10101 100010101 110001 111100

Color Harmonies of #A466CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466CA

Black with #A466CA

Text Example


Text Example

White with #A466CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466CA; }

 p { color: rgb(164,102,202); }

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

background-color css

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

 a { background-color: rgb(164,102,202); }

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

border-color css

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

 span { border-color: rgb(164,102,202); }

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