#A998FD

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

Shades of Biloba Flower #A998FD

Tints of Biloba Flower #A998FD

Color information

#A998FD (or 0xA998FD) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and FD. RGB value is (169,152,253). Sum of RGB (Red+Green+Blue) = 169+152+253=574 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.44% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #A998FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998FD is #566702. Grayscale: #A8A8A8. Windows color (decimal): -5662467 or 16619689. OLE color: 16619689.

HSL color Cylindrical-coordinate representation of color #A998FD: hue angle of 250.1º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A998FD is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169152253-
CMYK0.330.4000.01
HSL250.1º96.19%79.41%-
HSV(B)250.1º39.92%99.22%-
XYZ45.3237.9897.87-
YUV168.6175.63128.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.44%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=29.44%
G=26.48%
B=44.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691522530.330.4000.01250.196.1979.41
HexA998FD212801fa604f
Octal251230375415001372140117
Binary101010011001100011111101100001101000011111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998FD; }

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

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

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

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

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

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

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

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