#A98CFD

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

Shades of Biloba Flower #A98CFD

Tints of Biloba Flower #A98CFD

Color information

#A98CFD (or 0xA98CFD) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and FD. RGB value is (169,140,253). Sum of RGB (Red+Green+Blue) = 169+140+253=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 140 (55.08% from 255 or 24.91% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #A98CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98CFD is #567302. Grayscale: #A1A1A1. Windows color (decimal): -5665539 or 16616617. OLE color: 16616617.

HSL color Cylindrical-coordinate representation of color #A98CFD: hue angle of 255.4º 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 #A98CFD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169140253-
CMYK0.330.4500.01
HSL255.4º96.58%77.06%-
HSV(B)255.4º44.66%99.22%-
XYZ43.4734.2897.25-
YUV161.55179.61133.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.07%
GREEN value IS 140 (55.08% from 255) = 24.91%
BLUE value IS 253 (99.22% from 255) = 45.02%
R=30.07%
G=24.91%
B=45.02%

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
Decimal1691402530.330.4500.01255.496.5877.06
HexA98CFD212D01ff614d
Octal251214375415501377141115
Binary101010011000110011111101100001101101011111111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CFD; }

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

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

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

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

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

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

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

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