#A269CD

Color #A269CD Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #A269CD

Tints of Amethyst #A269CD

Color information

#A269CD (or 0xA269CD) is unknown color: approx Amethyst. HEX triplet: A2, 69 and CD. RGB value is (162,105,205). Sum of RGB (Red+Green+Blue) = 162+105+205=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A269CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269CD is #5D9632. Grayscale: #858585. Windows color (decimal): -6133299 or 13461922. OLE color: 13461922.

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

Color convert

RGB162105205-
CMYK0.210.4900.20
HSL274.2º50%60.78%-
HSV(B)274.2º48.78%80.39%-
XYZ30.9722.1960.41-
YUV133.44168.38148.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.32%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=34.32%
G=22.25%
B=43.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621052050.210.4900.20274.25060.78
HexA269CD1531014112323d
Octal24215131525610244226275
Binary1010001011010011100110110101110001010100100010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269CD; }

 p { color: rgb(162,105,205); }

 H1.HeaderClassName
 {
   color: #A269CD;
 }
 .AnyTagClassName
 {
   color: #A269CD;
 }
</style>
background-color css

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

 a { background-color: rgb(162,105,205); }

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

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

 span { border-color: rgb(162,105,205); }

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