#A98FDF

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

Shades of Biloba Flower #A98FDF

Tints of Biloba Flower #A98FDF

Color information

#A98FDF (or 0xA98FDF) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and DF. RGB value is (169,143,223). Sum of RGB (Red+Green+Blue) = 169+143+223=535 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.59% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #A98FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FDF is #567020. Grayscale: #9F9F9F. Windows color (decimal): -5664801 or 14651305. OLE color: 14651305.

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

Color convert

RGB169143223-
CMYK0.240.3600.13
HSL259.5º55.56%71.76%-
HSV(B)259.5º35.87%87.45%-
XYZ39.533.4174.18-
YUV159.89163.61134.5-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.59%
GREEN value IS 143 (56.25% from 255) = 26.73%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=31.59%
G=26.73%
B=41.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691432230.240.3600.13259.555.5671.76
HexA98FDF18240D1043848
Octal251217337304401540470110
Binary10101001100011111101111111000100100011011000001001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FDF; }

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

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

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

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

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

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

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

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