#A383D7

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

Shades of Biloba Flower #A383D7

Tints of Biloba Flower #A383D7

Color information

#A383D7 (or 0xA383D7) is unknown color: approx Biloba Flower. HEX triplet: A3, 83 and D7. RGB value is (163,131,215). Sum of RGB (Red+Green+Blue) = 163+131+215=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #A383D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A383D7 is #5C7C28. Grayscale: #959595. Windows color (decimal): -6061097 or 14123939. OLE color: 14123939.

HSL color Cylindrical-coordinate representation of color #A383D7: hue angle of 262.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A383D7 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163131215-
CMYK0.240.3900.16
HSL262.86º51.22%67.84%-
HSV(B)262.86º39.07%84.31%-
XYZ35.4928.9368-
YUV150.14164.6137.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.02%
GREEN value IS 131 (51.56% from 255) = 25.74%
BLUE value IS 215 (84.38% from 255) = 42.24%
R=32.02%
G=25.74%
B=42.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631312150.240.3900.16262.8651.2267.84
HexA383D718270101073344
Octal243203327304702040763104
Binary101000111000001111010111110001001110100001000001111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A383D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A383D7; }

 p { color: rgb(163,131,215); }

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

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

 a { background-color: rgb(163,131,215); }

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

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

 span { border-color: rgb(163,131,215); }

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