Html Css Color HEX #A187DD Biloba Flower

📋 copy color: '#A187DD'

red 161 ◦ green 135 ◦ blue 221

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

Shades of Biloba Flower #A187DD

Tints of Biloba Flower #A187DD

RGB

 RED value IS 161 (63.28% from 255) = 31.14%

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

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

R = 31.14%
G = 26.11%
B = 42.75%

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

#A187DD (or 0xA187DD) is known color: Biloba Flower. HEX triplet: A1, 87 and DD. RGB value is (161,135,221). Sum of RGB (Red+Green+Blue) = 161+135+221=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #A187DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187DD is #5E7822. Grayscale: #989898. Windows color (decimal): -6191139 or 14518177. OLE color: 14518177.

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

Color convert

RGB 161 135 221 -
CMYK 0.27 0.39 0 0.13
HSL 258.14º 0.56% 0.7% -
HSV(B) 258.14º 0.39% 0.87% -
XYZ 36.41 30.13 72.3 -
YUV 152.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 161 135 221 0.27 0.39 0 0.13 258.14 0.56 0.7
Hex A1 87 DD 1B 27 0 D 102 38 46
Octal 241 207 335 33 47 0 15 402 70 106
Binary 10100001 10000111 11011101 11011 100111 0 1101 100000010 111000 1000110

Color Harmonies of #A187DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187DD

Black with #A187DD

Text Example


Text Example

White with #A187DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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