Html Css Color HEX #A989CE Biloba Flower

📋 copy color: '#A989CE'

red 169 ◦ green 137 ◦ blue 206

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

Shades of Biloba Flower #A989CE

Tints of Biloba Flower #A989CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 33.01%
G = 26.76%
B = 40.23%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A989CE (or 0xA989CE) is known color: Biloba Flower. HEX triplet: A9, 89 and CE. RGB value is (169,137,206). Sum of RGB (Red+Green+Blue) = 169+137+206=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #A989CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A989CE is #567631. Grayscale: #9A9A9A. Windows color (decimal): -5666354 or 13535657. OLE color: 13535657.

HSL color Cylindrical-coordinate representation of color #A989CE: hue angle of 267.83º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A989CE is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 137 206 -
CMYK 0.18 0.33 0 0.19
HSL 267.83º 0.41% 0.67% -
HSV(B) 267.83º 0.33% 0.81% -
XYZ 36.45 30.78 62.41 -
YUV 154.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 169 137 206 0.18 0.33 0 0.19 267.83 0.41 0.67
Hex A9 89 CE 12 21 0 13 10C 29 43
Octal 251 211 316 22 41 0 23 414 51 103
Binary 10101001 10001001 11001110 10010 100001 0 10011 100001100 101001 1000011

Color Harmonies of #A989CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A989CE

Black with #A989CE

Text Example


Text Example

White with #A989CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A989CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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