Html Css Color HEX #A665D2 Amethyst

📋 copy color: '#A665D2'

red 166 ◦ green 101 ◦ blue 210

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

Shades of Amethyst #A665D2

Tints of Amethyst #A665D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.03%

R = 34.8%
G = 21.17%
B = 44.03%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A665D2 (or 0xA665D2) is known color: Amethyst. HEX triplet: A6, 65 and D2. RGB value is (166,101,210). Sum of RGB (Red+Green+Blue) = 166+101+210=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #A665D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665D2 is #599A2D. Grayscale: #848484. Windows color (decimal): -5872174 or 13788582. OLE color: 13788582.

HSL color Cylindrical-coordinate representation of color #A665D2: hue angle of 275.78º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A665D2 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 101 210 -
CMYK 0.21 0.52 0 0.18
HSL 275.78º 0.55% 0.61% -
HSV(B) 275.78º 0.52% 0.82% -
XYZ 32.01 22.07 63.54 -
YUV 132.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 166 101 210 0.21 0.52 0 0.18 275.78 0.55 0.61
Hex A6 65 D2 15 34 0 12 114 37 3D
Octal 246 145 322 25 64 0 22 424 67 75
Binary 10100110 1100101 11010010 10101 110100 0 10010 100010100 110111 111101

Color Harmonies of #A665D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665D2

Black with #A665D2

Text Example


Text Example

White with #A665D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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