Html Css Color HEX #A089E1 Biloba Flower

📋 copy color: '#A089E1'

red 160 ◦ green 137 ◦ blue 225

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

Shades of Biloba Flower #A089E1

Tints of Biloba Flower #A089E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.1%

R = 30.65%
G = 26.25%
B = 43.1%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A089E1 (or 0xA089E1) is known color: Biloba Flower. HEX triplet: A0, 89 and E1. RGB value is (160,137,225). Sum of RGB (Red+Green+Blue) = 160+137+225=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #A089E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089E1 is #5F761E. Grayscale: #999999. Windows color (decimal): -6256159 or 14780832. OLE color: 14780832.

HSL color Cylindrical-coordinate representation of color #A089E1: hue angle of 255.68º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A089E1 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 137 225 -
CMYK 0.29 0.39 0 0.12
HSL 255.68º 0.59% 0.71% -
HSV(B) 255.68º 0.39% 0.88% -
XYZ 37.03 30.8 75.23 -
YUV 153.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 160 137 225 0.29 0.39 0 0.12 255.68 0.59 0.71
Hex A0 89 E1 1D 27 0 C 100 3B 47
Octal 240 211 341 35 47 0 14 400 73 107
Binary 10100000 10001001 11100001 11101 100111 0 1100 100000000 111011 1000111

Color Harmonies of #A089E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089E1

Black with #A089E1

Text Example


Text Example

White with #A089E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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