#A783DC

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

Shades of Biloba Flower #A783DC

Tints of Biloba Flower #A783DC

Color information

#A783DC (or 0xA783DC) is unknown color: approx Biloba Flower. HEX triplet: A7, 83 and DC. RGB value is (167,131,220). Sum of RGB (Red+Green+Blue) = 167+131+220=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #A783DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783DC is #587C23. Grayscale: #979797. Windows color (decimal): -5798948 or 14451623. OLE color: 14451623.

HSL color Cylindrical-coordinate representation of color #A783DC: hue angle of 264.27º degrees, saturation: 0.56, 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 #A783DC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167131220-
CMYK0.240.4000.14
HSL264.27º55.97%68.82%-
HSV(B)264.27º40.45%86.27%-
XYZ36.9729.6271.48-
YUV151.91166.43138.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 220 (86.33% from 255) = 42.47%
R=32.24%
G=25.29%
B=42.47%

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
Decimal1671312200.240.4000.14264.2755.9768.82
HexA783DC18280E1083845
Octal247203334305001641070105
Binary10100111100000111101110011000101000011101000010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A783DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A783DC; }

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

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

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

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

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

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

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

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