Html Css Color HEX #A387DA Biloba Flower

📋 copy color: '#A387DA'

red 163 ◦ green 135 ◦ blue 218

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

Shades of Biloba Flower #A387DA

Tints of Biloba Flower #A387DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 31.59%
G = 26.16%
B = 42.25%

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

#A387DA (or 0xA387DA) is known color: Biloba Flower. HEX triplet: A3, 87 and DA. RGB value is (163,135,218). Sum of RGB (Red+Green+Blue) = 163+135+218=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #A387DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DA is #5C7825. Grayscale: #989898. Windows color (decimal): -6060070 or 14321571. OLE color: 14321571.

HSL color Cylindrical-coordinate representation of color #A387DA: hue angle of 260.24º degrees, saturation: 0.53, 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 #A387DA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 135 218 -
CMYK 0.25 0.38 0 0.15
HSL 260.24º 0.53% 0.69% -
HSV(B) 260.24º 0.38% 0.85% -
XYZ 36.42 30.18 70.23 -
YUV 152.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 163 135 218 0.25 0.38 0 0.15 260.24 0.53 0.69
Hex A3 87 DA 19 26 0 F 104 35 45
Octal 243 207 332 31 46 0 17 404 65 105
Binary 10100011 10000111 11011010 11001 100110 0 1111 100000100 110101 1000101

Color Harmonies of #A387DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387DA

Black with #A387DA

Text Example


Text Example

White with #A387DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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