Html Css Color HEX #A987F0 Biloba Flower

📋 copy color: '#A987F0'

red 169 ◦ green 135 ◦ blue 240

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

Shades of Biloba Flower #A987F0

Tints of Biloba Flower #A987F0

RGB

 RED value IS 169 (66.41% from 255) = 31.07%

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

 BLUE value IS 240 (94.14% from 255) = 44.12%

R = 31.07%
G = 24.82%
B = 44.12%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A987F0 (or 0xA987F0) is known color: Biloba Flower. HEX triplet: A9, 87 and F0. RGB value is (169,135,240). Sum of RGB (Red+Green+Blue) = 169+135+240=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 240 (94.14% from 255 or 44.12% from 544); Max value from RGB is 240 - color contains mainly: blue. Hex color #A987F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A987F0 is #56780F. Grayscale: #9C9C9C. Windows color (decimal): -5666832 or 15763369. OLE color: 15763369.

HSL color Cylindrical-coordinate representation of color #A987F0: hue angle of 259.43º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A987F0 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 135 240 -
CMYK 0.30 0.44 0 0.06
HSL 259.43º 0.78% 0.74% -
HSV(B) 259.43º 0.44% 0.94% -
XYZ 40.75 32.05 86.48 -
YUV 157.14 174.76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 169 135 240 0.30 0.44 0 0.06 259.43 0.78 0.74
Hex A9 87 F0 1E 2C 0 6 103 4E 4A
Octal 251 207 360 36 54 0 6 403 116 112
Binary 10101001 10000111 11110000 11110 101100 0 110 100000011 1001110 1001010

Color Harmonies of #A987F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A987F0

Black with #A987F0

Text Example


Text Example

White with #A987F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A987F0; }

 p { color: rgb(169,135,240); }

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

background-color css

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

 a { background-color: rgb(169,135,240); }

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

border-color css

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

 span { border-color: rgb(169,135,240); }

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