Html Css Color HEX #A387DF Biloba Flower

📋 copy color: '#A387DF'

red 163 ◦ green 135 ◦ blue 223

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

Shades of Biloba Flower #A387DF

Tints of Biloba Flower #A387DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 31.29%
G = 25.91%
B = 42.8%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A387DF (or 0xA387DF) is known color: Biloba Flower. HEX triplet: A3, 87 and DF. RGB value is (163,135,223). Sum of RGB (Red+Green+Blue) = 163+135+223=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A387DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A387DF is #5C7820. Grayscale: #999999. Windows color (decimal): -6060065 or 14649251. OLE color: 14649251.

HSL color Cylindrical-coordinate representation of color #A387DF: hue angle of 259.09º degrees, saturation: 0.58, 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 #A387DF is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 135 223 -
CMYK 0.27 0.39 0 0.13
HSL 259.09º 0.58% 0.7% -
HSV(B) 259.09º 0.39% 0.87% -
XYZ 37.09 30.44 73.73 -
YUV 153.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 163 135 223 0.27 0.39 0 0.13 259.09 0.58 0.7
Hex A3 87 DF 1B 27 0 D 103 3A 46
Octal 243 207 337 33 47 0 15 403 72 106
Binary 10100011 10000111 11011111 11011 100111 0 1101 100000011 111010 1000110

Color Harmonies of #A387DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A387DF

Black with #A387DF

Text Example


Text Example

White with #A387DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A387DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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