#A98CD6

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

Shades of Biloba Flower #A98CD6

Tints of Biloba Flower #A98CD6

Color information

#A98CD6 (or 0xA98CD6) is unknown color: approx Biloba Flower. HEX triplet: A9, 8C and D6. RGB value is (169,140,214). Sum of RGB (Red+Green+Blue) = 169+140+214=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #A98CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98CD6 is #567329. Grayscale: #9C9C9C. Windows color (decimal): -5665578 or 14060713. OLE color: 14060713.

HSL color Cylindrical-coordinate representation of color #A98CD6: hue angle of 263.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A98CD6 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169140214-
CMYK0.210.3500.16
HSL263.51º47.44%69.41%-
HSV(B)263.51º34.58%83.92%-
XYZ37.8832.0567.81-
YUV157.11160.11136.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=32.31%
G=26.77%
B=40.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691402140.210.3500.16263.5147.4469.41
HexA98CD615230101082f45
Octal251214326254302041057105
Binary101010011000110011010110101011000110100001000010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98CD6; }

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

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

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

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

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

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

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

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