#A985EB

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

Shades of Biloba Flower #A985EB

Tints of Biloba Flower #A985EB

Color information

#A985EB (or 0xA985EB) is unknown color: approx Biloba Flower. HEX triplet: A9, 85 and EB. RGB value is (169,133,235). Sum of RGB (Red+Green+Blue) = 169+133+235=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #A985EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A985EB is #567A14. Grayscale: #9B9B9B. Windows color (decimal): -5667349 or 15435177. OLE color: 15435177.

HSL color Cylindrical-coordinate representation of color #A985EB: hue angle of 261.18º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A985EB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB169133235-
CMYK0.280.4300.08
HSL261.18º71.83%72.16%-
HSV(B)261.18º43.4%92.16%-
XYZ39.7531.2182.53-
YUV155.39172.93137.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.47%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 235 (92.19% from 255) = 43.76%
R=31.47%
G=24.77%
B=43.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691332350.280.4300.08261.1871.8372.16
HexA985EB1C2B081054848
Octal2512053533453010405110110
Binary101010011000010111101011111001010110100010000010110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A985EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A985EB; }

 p { color: rgb(169,133,235); }

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

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

 a { background-color: rgb(169,133,235); }

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

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

 span { border-color: rgb(169,133,235); }

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