Html Css Color HEX #A387DC Biloba Flower

📋 copy color: '#A387DC'

red 163 ◦ green 135 ◦ blue 220

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

Shades of Biloba Flower #A387DC

Tints of Biloba Flower #A387DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.47%

R = 31.47%
G = 26.06%
B = 42.47%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A387DC (or 0xA387DC) is known color: Biloba Flower. HEX triplet: A3, 87 and DC. RGB value is (163,135,220). Sum of RGB (Red+Green+Blue) = 163+135+220=518 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.47% from 518); Green value is 135 (53.12% from 255 or 26.06% 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 #A387DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DC is #5C7823. Grayscale: #989898. Windows color (decimal): -6060068 or 14452643. OLE color: 14452643.

HSL color Cylindrical-coordinate representation of color #A387DC: hue angle of 259.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A387DC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 135 220 -
CMYK 0.26 0.39 0 0.14
HSL 259.76º 0.55% 0.7% -
HSV(B) 259.76º 0.39% 0.86% -
XYZ 36.69 30.28 71.62 -
YUV 153.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 163 135 220 0.26 0.39 0 0.14 259.76 0.55 0.7
Hex A3 87 DC 1A 27 0 E 104 37 46
Octal 243 207 334 32 47 0 16 404 67 106
Binary 10100011 10000111 11011100 11010 100111 0 1110 100000100 110111 1000110

Color Harmonies of #A387DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387DC

Black with #A387DC

Text Example


Text Example

White with #A387DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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