#A98FE1

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

Shades of Biloba Flower #A98FE1

Tints of Biloba Flower #A98FE1

Color information

#A98FE1 (or 0xA98FE1) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and E1. RGB value is (169,143,225). Sum of RGB (Red+Green+Blue) = 169+143+225=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #A98FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FE1 is #56701E. Grayscale: #9F9F9F. Windows color (decimal): -5664799 or 14782377. OLE color: 14782377.

HSL color Cylindrical-coordinate representation of color #A98FE1: hue angle of 259.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A98FE1 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169143225-
CMYK0.250.3600.12
HSL259.02º57.75%72.16%-
HSV(B)259.02º36.44%88.24%-
XYZ39.7833.5275.61-
YUV160.12164.61134.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=31.47%
G=26.63%
B=41.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691432250.250.3600.12259.0257.7572.16
HexA98FE119240C1033a48
Octal251217341314401440372110
Binary10101001100011111110000111001100100011001000000111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FE1; }

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

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

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

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

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

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

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

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