Html Css Color HEX #A665CA Amethyst

📋 copy color: '#A665CA'

red 166 ◦ green 101 ◦ blue 202

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

Shades of Amethyst #A665CA

Tints of Amethyst #A665CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.54%

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

R = 35.39%
G = 21.54%
B = 43.07%

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

#A665CA (or 0xA665CA) is known color: Amethyst. HEX triplet: A6, 65 and CA. RGB value is (166,101,202). Sum of RGB (Red+Green+Blue) = 166+101+202=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #A665CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665CA is #599A35. Grayscale: #838383. Windows color (decimal): -5872182 or 13264294. OLE color: 13264294.

HSL color Cylindrical-coordinate representation of color #A665CA: hue angle of 278.61º 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 #A665CA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 166 101 202 -
CMYK 0.18 0.50 0 0.21
HSL 278.61º 0.49% 0.59% -
HSV(B) 278.61º 0.5% 0.79% -
XYZ 31.04 21.68 58.43 -
YUV 131.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 166 101 202 0.18 0.50 0 0.21 278.61 0.49 0.59
Hex A6 65 CA 12 32 0 15 117 31 3B
Octal 246 145 312 22 62 0 25 427 61 73
Binary 10100110 1100101 11001010 10010 110010 0 10101 100010111 110001 111011

Color Harmonies of #A665CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665CA

Black with #A665CA

Text Example


Text Example

White with #A665CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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