#A781DB

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

Shades of Biloba Flower #A781DB

Tints of Biloba Flower #A781DB

Color information

#A781DB (or 0xA781DB) is unknown color: approx Biloba Flower. HEX triplet: A7, 81 and DB. RGB value is (167,129,219). Sum of RGB (Red+Green+Blue) = 167+129+219=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A781DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A781DB is #587E24. Grayscale: #969696. Windows color (decimal): -5799461 or 14385575. OLE color: 14385575.

HSL color Cylindrical-coordinate representation of color #A781DB: hue angle of 265.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A781DB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167129219-
CMYK0.240.4100.14
HSL265.33º55.56%68.24%-
HSV(B)265.33º41.1%85.88%-
XYZ36.5729.0370.69-
YUV150.62166.59139.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=32.43%
G=25.05%
B=42.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671292190.240.4100.14265.3355.5668.24
HexA781DB18290E1093844
Octal247201333305101641170104
Binary10100111100000011101101111000101001011101000010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A781DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A781DB; }

 p { color: rgb(167,129,219); }

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

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

 a { background-color: rgb(167,129,219); }

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

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

 span { border-color: rgb(167,129,219); }

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