#A98BEB

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

Shades of Biloba Flower #A98BEB

Tints of Biloba Flower #A98BEB

Color information

#A98BEB (or 0xA98BEB) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and EB. RGB value is (169,139,235). Sum of RGB (Red+Green+Blue) = 169+139+235=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #A98BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A98BEB is #567414. Grayscale: #9E9E9E. Windows color (decimal): -5665813 or 15436713. OLE color: 15436713.

HSL color Cylindrical-coordinate representation of color #A98BEB: hue angle of 258.75º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A98BEB is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169139235-
CMYK0.280.4100.08
HSL258.75º70.59%73.33%-
HSV(B)258.75º40.85%92.16%-
XYZ40.5932.982.81-
YUV158.91170.94135.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.12%
GREEN value IS 139 (54.69% from 255) = 25.60%
BLUE value IS 235 (92.19% from 255) = 43.28%
R=31.12%
G=25.60%
B=43.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691392350.280.4100.08258.7570.5973.33
HexA98BEB1C29081034749
Octal2512133533451010403107111
Binary101010011000101111101011111001010010100010000001110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BEB; }

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

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

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

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

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

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

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

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