Html Css Color HEX #A887D0 Biloba Flower

📋 copy color: '#A887D0'

red 168 ◦ green 135 ◦ blue 208

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

Shades of Biloba Flower #A887D0

Tints of Biloba Flower #A887D0

RGB

 RED value IS 168 (66.02% from 255) = 32.88%

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 32.88%
G = 26.42%
B = 40.7%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A887D0 (or 0xA887D0) is known color: Biloba Flower. HEX triplet: A8, 87 and D0. RGB value is (168,135,208). Sum of RGB (Red+Green+Blue) = 168+135+208=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #A887D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A887D0 is #57782F. Grayscale: #989898. Windows color (decimal): -5732400 or 13666216. OLE color: 13666216.

HSL color Cylindrical-coordinate representation of color #A887D0: hue angle of 267.12º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A887D0 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 135 208 -
CMYK 0.19 0.35 0 0.18
HSL 267.12º 0.44% 0.67% -
HSV(B) 267.12º 0.35% 0.82% -
XYZ 36.2 30.21 63.6 -
YUV 153.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 168 135 208 0.19 0.35 0 0.18 267.12 0.44 0.67
Hex A8 87 D0 13 23 0 12 10B 2C 43
Octal 250 207 320 23 43 0 22 413 54 103
Binary 10101000 10000111 11010000 10011 100011 0 10010 100001011 101100 1000011

Color Harmonies of #A887D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A887D0

Black with #A887D0

Text Example


Text Example

White with #A887D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A887D0; }

 p { color: rgb(168,135,208); }

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

background-color css

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

 a { background-color: rgb(168,135,208); }

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

border-color css

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

 span { border-color: rgb(168,135,208); }

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