Html Css Color HEX #A387D8 Biloba Flower

📋 copy color: '#A387D8'

red 163 ◦ green 135 ◦ blue 216

#A387D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A387D8

Tints of Biloba Flower #A387D8

RGB

 RED value IS 163 (64.06% from 255) = 31.71%

 GREEN value IS 135 (53.13% from 255) = 26.26%

 BLUE value IS 216 (84.77% from 255) = 42.02%

R = 31.71%
G = 26.26%
B = 42.02%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A387D8 (or 0xA387D8) is known color: Biloba Flower. HEX triplet: A3, 87 and D8. RGB value is (163,135,216). Sum of RGB (Red+Green+Blue) = 163+135+216=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 216 (84.77% from 255 or 42.02% from 514); Max value from RGB is 216 - color contains mainly: blue. Hex color #A387D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387D8 is #5C7827. Grayscale: #989898. Windows color (decimal): -6060072 or 14190499. OLE color: 14190499.

HSL color Cylindrical-coordinate representation of color #A387D8: hue angle of 260.74º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A387D8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 135 216 -
CMYK 0.25 0.38 0 0.15
HSL 260.74º 0.51% 0.69% -
HSV(B) 260.74º 0.38% 0.85% -
XYZ 36.16 30.07 68.86 -
YUV 152.61 163.78 135.41 -
System Red Green Blue C M Y K H S L
Decimal 163 135 216 0.25 0.38 0 0.15 260.74 0.51 0.69
Hex A3 87 D8 19 26 0 F 105 33 45
Octal 243 207 330 31 46 0 17 405 63 105
Binary 10100011 10000111 11011000 11001 100110 0 1111 100000101 110011 1000101

Color Harmonies of #A387D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387D8

Black with #A387D8

Text Example


Text Example

White with #A387D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387D8; }

 p { color: rgb(163,135,216); }

 H1.HeaderClassName
 {
   color: #A387D8;
 }
 .AnyTagClassName
 {
   color: #A387D8;
 }
</style>

background-color css

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

 a { background-color: rgb(163,135,216); }

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

border-color css

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

 span { border-color: rgb(163,135,216); }

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