#AB98CA

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

Shades of Biloba Flower #AB98CA

Tints of Biloba Flower #AB98CA

Color information

#AB98CA (or 0xAB98CA) is unknown color: approx Biloba Flower. HEX triplet: AB, 98 and CA. RGB value is (171,152,202). Sum of RGB (Red+Green+Blue) = 171+152+202=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98CA is #546735. Grayscale: #A3A3A3. Windows color (decimal): -5531446 or 13277355. OLE color: 13277355.

HSL color Cylindrical-coordinate representation of color #AB98CA: hue angle of 262.8º 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 #AB98CA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171152202-
CMYK0.150.2500.21
HSL262.8º32.05%69.41%-
HSV(B)262.8º24.75%79.22%-
XYZ38.6835.3860.67-
YUV163.38149.79133.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.57%
GREEN value IS 152 (59.77% from 255) = 28.95%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=32.57%
G=28.95%
B=38.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711522020.150.2500.21262.832.0569.41
HexAB98CAF190151072045
Octal253230312173102540740105
Binary1010101110011000110010101111110010101011000001111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB98CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB98CA; }

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

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

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

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

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

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

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

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