Html Css Color HEX #A089E0 Biloba Flower

📋 copy color: '#A089E0'

red 160 ◦ green 137 ◦ blue 224

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

Shades of Biloba Flower #A089E0

Tints of Biloba Flower #A089E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.99%

R = 30.71%
G = 26.3%
B = 42.99%

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

#A089E0 (or 0xA089E0) is known color: Biloba Flower. HEX triplet: A0, 89 and E0. RGB value is (160,137,224). Sum of RGB (Red+Green+Blue) = 160+137+224=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 137 (53.91% from 255 or 26.30% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #A089E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089E0 is #5F761F. Grayscale: #999999. Windows color (decimal): -6256160 or 14715296. OLE color: 14715296.

HSL color Cylindrical-coordinate representation of color #A089E0: hue angle of 255.86º degrees, saturation: 0.58, 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 #A089E0 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 137 224 -
CMYK 0.29 0.39 0 0.12
HSL 255.86º 0.58% 0.71% -
HSV(B) 255.86º 0.39% 0.88% -
XYZ 36.9 30.75 74.51 -
YUV 153.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 160 137 224 0.29 0.39 0 0.12 255.86 0.58 0.71
Hex A0 89 E0 1D 27 0 C 100 3A 47
Octal 240 211 340 35 47 0 14 400 72 107
Binary 10100000 10001001 11100000 11101 100111 0 1100 100000000 111010 1000111

Color Harmonies of #A089E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089E0

Black with #A089E0

Text Example


Text Example

White with #A089E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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