#A898CA

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

Shades of Biloba Flower #A898CA

Tints of Biloba Flower #A898CA

Color information

#A898CA (or 0xA898CA) is unknown color: approx Biloba Flower. HEX triplet: A8, 98 and CA. RGB value is (168,152,202). Sum of RGB (Red+Green+Blue) = 168+152+202=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #A898CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898CA is #576735. Grayscale: #A2A2A2. Windows color (decimal): -5728054 or 13277352. OLE color: 13277352.

HSL color Cylindrical-coordinate representation of color #A898CA: hue angle of 259.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A898CA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168152202-
CMYK0.170.2500.21
HSL259.2º32.05%69.41%-
HSV(B)259.2º24.75%79.22%-
XYZ38.0435.0560.64-
YUV162.48150.3131.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.18%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=32.18%
G=29.12%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681522020.170.2500.21259.232.0569.41
HexA898CA11190151032045
Octal250230312213102540340105
Binary10101000100110001100101010001110010101011000000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A898CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A898CA; }

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

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

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

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

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

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

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

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