#A98BCC

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

Shades of Biloba Flower #A98BCC

Tints of Biloba Flower #A98BCC

Color information

#A98BCC (or 0xA98BCC) is unknown color: approx Biloba Flower. HEX triplet: A9, 8B and CC. RGB value is (169,139,204). Sum of RGB (Red+Green+Blue) = 169+139+204=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #A98BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A98BCC is #567433. Grayscale: #9B9B9B. Windows color (decimal): -5665844 or 13405097. OLE color: 13405097.

HSL color Cylindrical-coordinate representation of color #A98BCC: hue angle of 267.69º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A98BCC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169139204-
CMYK0.170.3200.2
HSL267.69º38.92%67.25%-
HSV(B)267.69º31.86%80%-
XYZ36.4931.2661.24-
YUV155.38155.44137.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 204 (80.08% from 255) = 39.84%
R=33.01%
G=27.15%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1691392040.170.3200.2267.6938.9267.25
HexA98BCC112001410c2743
Octal251213314214002441447103
Binary101010011000101111001100100011000000101001000011001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A98BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A98BCC; }

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

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

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

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

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

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

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

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