#A98BDC

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

Shades of Biloba Flower #A98BDC

Tints of Biloba Flower #A98BDC

Color information

#A98BDC (or 0xA98BDC) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and DC. RGB value is (169,139,220). Sum of RGB (Red+Green+Blue) = 169+139+220=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #A98BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BDC is #567423. Grayscale: #9C9C9C. Windows color (decimal): -5665828 or 14453673. OLE color: 14453673.

HSL color Cylindrical-coordinate representation of color #A98BDC: hue angle of 262.22º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A98BDC is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB169139220-
CMYK0.230.3700.14
HSL262.22º53.64%70.39%-
HSV(B)262.22º36.82%86.27%-
XYZ38.5132.0771.87-
YUV157.2163.44136.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=32.01%
G=26.33%
B=41.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1691392200.230.3700.14262.2253.6470.39
HexA98BDC17250E1063646
Octal251213334274501640666106
Binary10101001100010111101110010111100101011101000001101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BDC; }

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

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

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

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

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

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

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

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