Html Css Color HEX #A165CB Amethyst

📋 copy color: '#A165CB'

red 161 ◦ green 101 ◦ blue 203

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

Shades of Amethyst #A165CB

Tints of Amethyst #A165CB

RGB

 RED value IS 161 (63.28% from 255) = 34.62%

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

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

R = 34.62%
G = 21.72%
B = 43.66%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A165CB (or 0xA165CB) is known color: Amethyst. HEX triplet: A1, 65 and CB. RGB value is (161,101,203). Sum of RGB (Red+Green+Blue) = 161+101+203=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #A165CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A165CB is #5E9A34. Grayscale: #828282. Windows color (decimal): -6199861 or 13329825. OLE color: 13329825.

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

Color convert

RGB 161 101 203 -
CMYK 0.21 0.50 0 0.20
HSL 275.29º 0.5% 0.6% -
HSV(B) 275.29º 0.5% 0.8% -
XYZ 30.13 21.2 59 -
YUV 130.57 168.88 149.71 -
System Red Green Blue C M Y K H S L
Decimal 161 101 203 0.21 0.50 0 0.20 275.29 0.5 0.6
Hex A1 65 CB 15 32 0 14 113 32 3C
Octal 241 145 313 25 62 0 24 423 62 74
Binary 10100001 1100101 11001011 10101 110010 0 10100 100010011 110010 111100

Color Harmonies of #A165CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A165CB

Black with #A165CB

Text Example


Text Example

White with #A165CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A165CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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