#A98AFD

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

Shades of Biloba Flower #A98AFD

Tints of Biloba Flower #A98AFD

Color information

#A98AFD (or 0xA98AFD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8A and FD. RGB value is (169,138,253). Sum of RGB (Red+Green+Blue) = 169+138+253=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #A98AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98AFD is #567502. Grayscale: #9F9F9F. Windows color (decimal): -5666051 or 16616105. OLE color: 16616105.

HSL color Cylindrical-coordinate representation of color #A98AFD: hue angle of 256.17º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A98AFD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169138253-
CMYK0.330.4500.01
HSL256.17º96.64%76.67%-
HSV(B)256.17º45.45%99.22%-
XYZ43.1833.797.16-
YUV160.38180.27134.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 253 (99.22% from 255) = 45.18%
R=30.18%
G=24.64%
B=45.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691382530.330.4500.01256.1796.6476.67
HexA98AFD212D01100614d
Octal251212375415501400141115
Binary1010100110001010111111011000011011010110000000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98AFD; }

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

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

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

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

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

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

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

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