#A998CD

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

Shades of Biloba Flower #A998CD

Tints of Biloba Flower #A998CD

Color information

#A998CD (or 0xA998CD) is unknown color: approx Biloba Flower. HEX triplet: A9, 98 and CD. RGB value is (169,152,205). Sum of RGB (Red+Green+Blue) = 169+152+205=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #A998CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998CD is #566732. Grayscale: #A2A2A2. Windows color (decimal): -5662515 or 13473961. OLE color: 13473961.

HSL color Cylindrical-coordinate representation of color #A998CD: hue angle of 259.25º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A998CD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169152205-
CMYK0.180.2600.20
HSL259.25º34.64%70%-
HSV(B)259.25º25.85%80.39%-
XYZ38.6135.362.54-
YUV163.12151.63132.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 152 (59.77% from 255) = 28.90%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=32.13%
G=28.90%
B=38.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691522050.180.2600.20259.2534.6470
HexA998CD121A0141032346
Octal251230315223202440343106
Binary10101001100110001100110110010110100101001000000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998CD; }

 p { color: rgb(169,152,205); }

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

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

 a { background-color: rgb(169,152,205); }

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

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

 span { border-color: rgb(169,152,205); }

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