Html Css Color HEX #A669CA Amethyst

📋 copy color: '#A669CA'

red 166 ◦ green 105 ◦ blue 202

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

Shades of Amethyst #A669CA

Tints of Amethyst #A669CA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.2%

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

R = 35.1%
G = 22.2%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A669CA (or 0xA669CA) is known color: Amethyst. HEX triplet: A6, 69 and CA. RGB value is (166,105,202). Sum of RGB (Red+Green+Blue) = 166+105+202=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A669CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669CA is #599635. Grayscale: #858585. Windows color (decimal): -5871158 or 13265318. OLE color: 13265318.

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

Color convert

RGB 166 105 202 -
CMYK 0.18 0.48 0 0.21
HSL 277.73º 0.48% 0.6% -
HSV(B) 277.73º 0.48% 0.79% -
XYZ 31.44 22.47 58.56 -
YUV 134.3 166.21 150.61 -
System Red Green Blue C M Y K H S L
Decimal 166 105 202 0.18 0.48 0 0.21 277.73 0.48 0.6
Hex A6 69 CA 12 30 0 15 116 30 3C
Octal 246 151 312 22 60 0 25 426 60 74
Binary 10100110 1101001 11001010 10010 110000 0 10101 100010110 110000 111100

Color Harmonies of #A669CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A669CA

Black with #A669CA

Text Example


Text Example

White with #A669CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A669CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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