Html Css Color HEX #A089DF Biloba Flower

📋 copy color: '#A089DF'

red 160 ◦ green 137 ◦ blue 223

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

Shades of Biloba Flower #A089DF

Tints of Biloba Flower #A089DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 30.77%
G = 26.35%
B = 42.88%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A089DF (or 0xA089DF) is known color: Biloba Flower. HEX triplet: A0, 89 and DF. RGB value is (160,137,223). Sum of RGB (Red+Green+Blue) = 160+137+223=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 137 (53.91% from 255 or 26.35% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #A089DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089DF is #5F7620. Grayscale: #999999. Windows color (decimal): -6256161 or 14649760. OLE color: 14649760.

HSL color Cylindrical-coordinate representation of color #A089DF: hue angle of 256.05º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A089DF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 137 223 -
CMYK 0.28 0.39 0 0.13
HSL 256.05º 0.57% 0.71% -
HSV(B) 256.05º 0.39% 0.87% -
XYZ 36.76 30.69 73.8 -
YUV 153.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 160 137 223 0.28 0.39 0 0.13 256.05 0.57 0.71
Hex A0 89 DF 1C 27 0 D 100 39 47
Octal 240 211 337 34 47 0 15 400 71 107
Binary 10100000 10001001 11011111 11100 100111 0 1101 100000000 111001 1000111

Color Harmonies of #A089DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089DF

Black with #A089DF

Text Example


Text Example

White with #A089DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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