Html Css Color HEX #A989F0 Biloba Flower

📋 copy color: '#A989F0'

red 169 ◦ green 137 ◦ blue 240

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

Shades of Biloba Flower #A989F0

Tints of Biloba Flower #A989F0

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.09%

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

R = 30.95%
G = 25.09%
B = 43.96%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A989F0 (or 0xA989F0) is known color: Biloba Flower. HEX triplet: A9, 89 and F0. RGB value is (169,137,240). Sum of RGB (Red+Green+Blue) = 169+137+240=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 240 (94.14% from 255 or 43.96% from 546); Max value from RGB is 240 - color contains mainly: blue. Hex color #A989F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A989F0 is #56760F. Grayscale: #9D9D9D. Windows color (decimal): -5666320 or 15763881. OLE color: 15763881.

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

Color convert

RGB 169 137 240 -
CMYK 0.30 0.43 0 0.06
HSL 258.64º 0.77% 0.74% -
HSV(B) 258.64º 0.43% 0.94% -
XYZ 41.04 32.62 86.57 -
YUV 158.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 169 137 240 0.30 0.43 0 0.06 258.64 0.77 0.74
Hex A9 89 F0 1E 2B 0 6 103 4D 4A
Octal 251 211 360 36 53 0 6 403 115 112
Binary 10101001 10001001 11110000 11110 101011 0 110 100000011 1001101 1001010

Color Harmonies of #A989F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989F0

Black with #A989F0

Text Example


Text Example

White with #A989F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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