#AB69CA

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

Shades of Amethyst #AB69CA

Tints of Amethyst #AB69CA

Color information

#AB69CA (or 0xAB69CA) is unknown color: approx Amethyst. HEX triplet: AB, 69 and CA. RGB value is (171,105,202). Sum of RGB (Red+Green+Blue) = 171+105+202=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB69CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69CA is #549635. Grayscale: #878787. Windows color (decimal): -5543478 or 13265323. OLE color: 13265323.

HSL color Cylindrical-coordinate representation of color #AB69CA: hue angle of 280.82º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB69CA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171105202-
CMYK0.150.4800.21
HSL280.82º47.78%60.2%-
HSV(B)280.82º48.02%79.22%-
XYZ32.5123.0358.61-
YUV135.79165.37153.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=35.77%
G=21.97%
B=42.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711052020.150.4800.21280.8247.7860.2
HexAB69CAF30015119303c
Octal25315131217600254316074
Binary101010111101001110010101111110000010101100011001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB69CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB69CA; }

 p { color: rgb(171,105,202); }

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

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

 a { background-color: rgb(171,105,202); }

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

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

 span { border-color: rgb(171,105,202); }

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