#A98FE0

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

Shades of Biloba Flower #A98FE0

Tints of Biloba Flower #A98FE0

Color information

#A98FE0 (or 0xA98FE0) is unknown color: approx Biloba Flower. HEX triplet: A9, 8F and E0. RGB value is (169,143,224). Sum of RGB (Red+Green+Blue) = 169+143+224=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #A98FE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98FE0 is #56701F. Grayscale: #9F9F9F. Windows color (decimal): -5664800 or 14716841. OLE color: 14716841.

HSL color Cylindrical-coordinate representation of color #A98FE0: hue angle of 259.26º degrees, saturation: 0.57, 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 #A98FE0 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169143224-
CMYK0.250.3600.12
HSL259.26º56.64%71.96%-
HSV(B)259.26º36.16%87.84%-
XYZ39.6433.4674.89-
YUV160.01164.11134.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.53%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=31.53%
G=26.68%
B=41.79%

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
Decimal1691432240.250.3600.12259.2656.6471.96
HexA98FE019240C1033948
Octal251217340314401440371110
Binary10101001100011111110000011001100100011001000000111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98FE0; }

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

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

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

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

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

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

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

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