#A98BD4

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

Shades of Biloba Flower #A98BD4

Tints of Biloba Flower #A98BD4

Color information

#A98BD4 (or 0xA98BD4) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and D4. RGB value is (169,139,212). Sum of RGB (Red+Green+Blue) = 169+139+212=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #A98BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BD4 is #56742B. Grayscale: #9C9C9C. Windows color (decimal): -5665836 or 13929385. OLE color: 13929385.

HSL color Cylindrical-coordinate representation of color #A98BD4: hue angle of 264.66º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A98BD4 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169139212-
CMYK0.200.3400.17
HSL264.66º45.91%68.82%-
HSV(B)264.66º34.43%83.14%-
XYZ37.4831.6566.42-
YUV156.29159.44137.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=32.5%
G=26.73%
B=40.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691392120.200.3400.17264.6645.9168.82
HexA98BD414220111092e45
Octal251213324244202141156105
Binary101010011000101111010100101001000100100011000010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BD4; }

 p { color: rgb(169,139,212); }

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

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

 a { background-color: rgb(169,139,212); }

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

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

 span { border-color: rgb(169,139,212); }

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