Html Css Color HEX #A989D0 Biloba Flower

📋 copy color: '#A989D0'

red 169 ◦ green 137 ◦ blue 208

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

Shades of Biloba Flower #A989D0

Tints of Biloba Flower #A989D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.47%

R = 32.88%
G = 26.65%
B = 40.47%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A989D0 (or 0xA989D0) is known color: Biloba Flower. HEX triplet: A9, 89 and D0. RGB value is (169,137,208). Sum of RGB (Red+Green+Blue) = 169+137+208=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 208 - color contains mainly: blue. Hex color #A989D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989D0 is #56762F. Grayscale: #9A9A9A. Windows color (decimal): -5666352 or 13666729. OLE color: 13666729.

HSL color Cylindrical-coordinate representation of color #A989D0: hue angle of 267.04º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A989D0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 137 208 -
CMYK 0.19 0.34 0 0.18
HSL 267.04º 0.43% 0.68% -
HSV(B) 267.04º 0.34% 0.82% -
XYZ 36.69 30.88 63.7 -
YUV 154.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 169 137 208 0.19 0.34 0 0.18 267.04 0.43 0.68
Hex A9 89 D0 13 22 0 12 10B 2B 44
Octal 251 211 320 23 42 0 22 413 53 104
Binary 10101001 10001001 11010000 10011 100010 0 10010 100001011 101011 1000100

Color Harmonies of #A989D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989D0

Black with #A989D0

Text Example


Text Example

White with #A989D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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