Html Css Color HEX #A387DD Biloba Flower

📋 copy color: '#A387DD'

red 163 ◦ green 135 ◦ blue 221

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

Shades of Biloba Flower #A387DD

Tints of Biloba Flower #A387DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 31.41%
G = 26.01%
B = 42.58%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A387DD (or 0xA387DD) is known color: Biloba Flower. HEX triplet: A3, 87 and DD. RGB value is (163,135,221). Sum of RGB (Red+Green+Blue) = 163+135+221=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 135 (53.12% from 255 or 26.01% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #A387DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DD is #5C7822. Grayscale: #989898. Windows color (decimal): -6060067 or 14518179. OLE color: 14518179.

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

Color convert

RGB 163 135 221 -
CMYK 0.26 0.39 0 0.13
HSL 259.53º 0.56% 0.7% -
HSV(B) 259.53º 0.39% 0.87% -
XYZ 36.82 30.33 72.32 -
YUV 153.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 163 135 221 0.26 0.39 0 0.13 259.53 0.56 0.7
Hex A3 87 DD 1A 27 0 D 104 38 46
Octal 243 207 335 32 47 0 15 404 70 106
Binary 10100011 10000111 11011101 11010 100111 0 1101 100000100 111000 1000110

Color Harmonies of #A387DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387DD

Black with #A387DD

Text Example


Text Example

White with #A387DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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