Html Css Color HEX #A665CB Amethyst

📋 copy color: '#A665CB'

red 166 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A665CB

Tints of Amethyst #A665CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 35.32%
G = 21.49%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A665CB (or 0xA665CB) is known color: Amethyst. HEX triplet: A6, 65 and CB. RGB value is (166,101,203). Sum of RGB (Red+Green+Blue) = 166+101+203=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A665CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A665CB is #599A34. Grayscale: #838383. Windows color (decimal): -5872181 or 13329830. OLE color: 13329830.

HSL color Cylindrical-coordinate representation of color #A665CB: hue angle of 278.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A665CB is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 101 203 -
CMYK 0.18 0.50 0 0.20
HSL 278.24º 0.5% 0.6% -
HSV(B) 278.24º 0.5% 0.8% -
XYZ 31.16 21.73 59.05 -
YUV 132.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 166 101 203 0.18 0.50 0 0.20 278.24 0.5 0.6
Hex A6 65 CB 12 32 0 14 116 32 3C
Octal 246 145 313 22 62 0 24 426 62 74
Binary 10100110 1100101 11001011 10010 110010 0 10100 100010110 110010 111100

Color Harmonies of #A665CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A665CB

Black with #A665CB

Text Example


Text Example

White with #A665CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A665CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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