#A88FCA

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

Shades of Biloba Flower #A88FCA

Tints of Biloba Flower #A88FCA

Color information

#A88FCA (or 0xA88FCA) is unknown color: approx Biloba Flower. HEX triplet: A8, 8F and CA. RGB value is (168,143,202). Sum of RGB (Red+Green+Blue) = 168+143+202=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #A88FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88FCA is #577035. Grayscale: #9C9C9C. Windows color (decimal): -5730358 or 13275048. OLE color: 13275048.

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

Color convert

RGB168143202-
CMYK0.170.2900.21
HSL265.42º35.76%67.65%-
HSV(B)265.42º29.21%79.22%-
XYZ36.6332.2360.17-
YUV157.2153.28135.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.75%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=32.75%
G=27.88%
B=39.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681432020.170.2900.21265.4235.7667.65
HexA88FCA111D0151092444
Octal250217312213502541144104
Binary10101000100011111100101010001111010101011000010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88FCA; }

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

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

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

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

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

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

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

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