#A98ADF

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

Shades of Biloba Flower #A98ADF

Tints of Biloba Flower #A98ADF

Color information

#A98ADF (or 0xA98ADF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and DF. RGB value is (169,138,223). Sum of RGB (Red+Green+Blue) = 169+138+223=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A98ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98ADF is #567520. Grayscale: #9C9C9C. Windows color (decimal): -5666081 or 14650025. OLE color: 14650025.

HSL color Cylindrical-coordinate representation of color #A98ADF: hue angle of 261.88º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A98ADF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169138223-
CMYK0.240.3800.13
HSL261.88º57.05%70.78%-
HSV(B)261.88º38.12%87.45%-
XYZ38.7731.9473.93-
YUV156.96165.27136.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 138 (54.30% from 255) = 26.04%
BLUE value IS 223 (87.5% from 255) = 42.08%
R=31.89%
G=26.04%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691382230.240.3800.13261.8857.0570.78
HexA98ADF18260D1063947
Octal251212337304601540671107
Binary10101001100010101101111111000100110011011000001101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98ADF; }

 p { color: rgb(169,138,223); }

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

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

 a { background-color: rgb(169,138,223); }

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

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

 span { border-color: rgb(169,138,223); }

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