Html Css Color HEX #A089E4 Biloba Flower

📋 copy color: '#A089E4'

red 160 ◦ green 137 ◦ blue 228

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

Shades of Biloba Flower #A089E4

Tints of Biloba Flower #A089E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.43%

R = 30.48%
G = 26.1%
B = 43.43%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A089E4 (or 0xA089E4) is known color: Biloba Flower. HEX triplet: A0, 89 and E4. RGB value is (160,137,228). Sum of RGB (Red+Green+Blue) = 160+137+228=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 137 (53.91% from 255 or 26.10% from 525); Blue value is 228 (89.45% from 255 or 43.43% from 525); Max value from RGB is 228 - color contains mainly: blue. Hex color #A089E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089E4 is #5F761B. Grayscale: #999999. Windows color (decimal): -6256156 or 14977440. OLE color: 14977440.

HSL color Cylindrical-coordinate representation of color #A089E4: hue angle of 255.16º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A089E4 is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 137 228 -
CMYK 0.30 0.40 0 0.11
HSL 255.16º 0.63% 0.72% -
HSV(B) 255.16º 0.4% 0.89% -
XYZ 37.45 30.97 77.4 -
YUV 154.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 160 137 228 0.30 0.40 0 0.11 255.16 0.63 0.72
Hex A0 89 E4 1E 28 0 B FF 3F 48
Octal 240 211 344 36 50 0 13 377 77 110
Binary 10100000 10001001 11100100 11110 101000 0 1011 11111111 111111 1001000

Color Harmonies of #A089E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089E4

Black with #A089E4

Text Example


Text Example

White with #A089E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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