#A785DC

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

Shades of Biloba Flower #A785DC

Tints of Biloba Flower #A785DC

Color information

#A785DC (or 0xA785DC) is unknown color: approx Biloba Flower. HEX triplet: A7, 85 and DC. RGB value is (167,133,220). Sum of RGB (Red+Green+Blue) = 167+133+220=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #A785DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785DC is #587A23. Grayscale: #989898. Windows color (decimal): -5798436 or 14452135. OLE color: 14452135.

HSL color Cylindrical-coordinate representation of color #A785DC: hue angle of 263.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A785DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167133220-
CMYK0.240.4000.14
HSL263.45º55.41%69.22%-
HSV(B)263.45º39.55%86.27%-
XYZ37.2430.1671.57-
YUV153.08165.76137.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.12%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 220 (86.33% from 255) = 42.31%
R=32.12%
G=25.58%
B=42.31%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671332200.240.4000.14263.4555.4169.22
HexA785DC18280E1073745
Octal247205334305001640767105
Binary10100111100001011101110011000101000011101000001111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A785DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A785DC; }

 p { color: rgb(167,133,220); }

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

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

 a { background-color: rgb(167,133,220); }

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

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

 span { border-color: rgb(167,133,220); }

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