Html Css Color HEX #A987F2 Biloba Flower

📋 copy color: '#A987F2'

red 169 ◦ green 135 ◦ blue 242

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

Shades of Biloba Flower #A987F2

Tints of Biloba Flower #A987F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 30.95%
G = 24.73%
B = 44.32%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A987F2 (or 0xA987F2) is known color: Biloba Flower. HEX triplet: A9, 87 and F2. RGB value is (169,135,242). Sum of RGB (Red+Green+Blue) = 169+135+242=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #A987F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A987F2 is #56780D. Grayscale: #9C9C9C. Windows color (decimal): -5666830 or 15894441. OLE color: 15894441.

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

Color convert

RGB 169 135 242 -
CMYK 0.30 0.44 0 0.05
HSL 259.07º 0.8% 0.74% -
HSV(B) 259.07º 0.44% 0.95% -
XYZ 41.05 32.17 88.05 -
YUV 157.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 169 135 242 0.30 0.44 0 0.05 259.07 0.8 0.74
Hex A9 87 F2 1E 2C 0 5 103 50 4A
Octal 251 207 362 36 54 0 5 403 120 112
Binary 10101001 10000111 11110010 11110 101100 0 101 100000011 1010000 1001010

Color Harmonies of #A987F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A987F2

Black with #A987F2

Text Example


Text Example

White with #A987F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A987F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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