Html Css Color HEX #A089DA Biloba Flower

📋 copy color: '#A089DA'

red 160 ◦ green 137 ◦ blue 218

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

Shades of Biloba Flower #A089DA

Tints of Biloba Flower #A089DA

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 31.07%
G = 26.6%
B = 42.33%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A089DA (or 0xA089DA) is known color: Biloba Flower. HEX triplet: A0, 89 and DA. RGB value is (160,137,218). Sum of RGB (Red+Green+Blue) = 160+137+218=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #A089DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DA is #5F7625. Grayscale: #989898. Windows color (decimal): -6256166 or 14322080. OLE color: 14322080.

HSL color Cylindrical-coordinate representation of color #A089DA: hue angle of 257.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A089DA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 137 218 -
CMYK 0.27 0.37 0 0.15
HSL 257.04º 0.52% 0.7% -
HSV(B) 257.04º 0.37% 0.85% -
XYZ 36.1 30.43 70.3 -
YUV 153.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 160 137 218 0.27 0.37 0 0.15 257.04 0.52 0.7
Hex A0 89 DA 1B 25 0 F 101 34 46
Octal 240 211 332 33 45 0 17 401 64 106
Binary 10100000 10001001 11011010 11011 100101 0 1111 100000001 110100 1000110

Color Harmonies of #A089DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089DA

Black with #A089DA

Text Example


Text Example

White with #A089DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089DA; }

 p { color: rgb(160,137,218); }

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

background-color css

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

 a { background-color: rgb(160,137,218); }

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

border-color css

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

 span { border-color: rgb(160,137,218); }

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