Html Css Color HEX #A187D7 Biloba Flower

📋 copy color: '#A187D7'

red 161 ◦ green 135 ◦ blue 215

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

Shades of Biloba Flower #A187D7

Tints of Biloba Flower #A187D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.07%

R = 31.51%
G = 26.42%
B = 42.07%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A187D7 (or 0xA187D7) is known color: Biloba Flower. HEX triplet: A1, 87 and D7. RGB value is (161,135,215). Sum of RGB (Red+Green+Blue) = 161+135+215=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #A187D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A187D7 is #5E7828. Grayscale: #979797. Windows color (decimal): -6191145 or 14124961. OLE color: 14124961.

HSL color Cylindrical-coordinate representation of color #A187D7: hue angle of 259.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A187D7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 135 215 -
CMYK 0.25 0.37 0 0.16
HSL 259.5º 0.5% 0.69% -
HSV(B) 259.5º 0.37% 0.84% -
XYZ 35.63 29.81 68.17 -
YUV 151.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 161 135 215 0.25 0.37 0 0.16 259.5 0.5 0.69
Hex A1 87 D7 19 25 0 10 104 32 45
Octal 241 207 327 31 45 0 20 404 62 105
Binary 10100001 10000111 11010111 11001 100101 0 10000 100000100 110010 1000101

Color Harmonies of #A187D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A187D7

Black with #A187D7

Text Example


Text Example

White with #A187D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A187D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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