#A898D4

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

Shades of Biloba Flower #A898D4

Tints of Biloba Flower #A898D4

Color information

#A898D4 (or 0xA898D4) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and D4. RGB value is (168,152,212). Sum of RGB (Red+Green+Blue) = 168+152+212=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #A898D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898D4 is #57672B. Grayscale: #A3A3A3. Windows color (decimal): -5728044 or 13932712. OLE color: 13932712.

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

Color convert

RGB168152212-
CMYK0.210.2800.17
HSL256º41.1%71.37%-
HSV(B)256º28.3%83.14%-
XYZ39.2635.5367.08-
YUV163.62155.3131.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 212 (83.20% from 255) = 39.85%
R=31.58%
G=28.57%
B=39.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681522120.210.2800.1725641.171.37
HexA898D4151C0111002947
Octal250230324253402140051107
Binary10101000100110001101010010101111000100011000000001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898D4; }

 p { color: rgb(168,152,212); }

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

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

 a { background-color: rgb(168,152,212); }

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

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

 span { border-color: rgb(168,152,212); }

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