Html Css Color HEX #A088E1 Biloba Flower

📋 copy color: '#A088E1'

red 160 ◦ green 136 ◦ blue 225

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

Shades of Biloba Flower #A088E1

Tints of Biloba Flower #A088E1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.1%

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

R = 30.71%
G = 26.1%
B = 43.19%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A088E1 (or 0xA088E1) is known color: Biloba Flower. HEX triplet: A0, 88 and E1. RGB value is (160,136,225). Sum of RGB (Red+Green+Blue) = 160+136+225=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #A088E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088E1 is #5F771E. Grayscale: #989898. Windows color (decimal): -6256415 or 14780576. OLE color: 14780576.

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

Color convert

RGB 160 136 225 -
CMYK 0.29 0.40 0 0.12
HSL 256.18º 0.6% 0.71% -
HSV(B) 256.18º 0.4% 0.88% -
XYZ 36.89 30.52 75.18 -
YUV 153.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 160 136 225 0.29 0.40 0 0.12 256.18 0.6 0.71
Hex A0 88 E1 1D 28 0 C 100 3C 47
Octal 240 210 341 35 50 0 14 400 74 107
Binary 10100000 10001000 11100001 11101 101000 0 1100 100000000 111100 1000111

Color Harmonies of #A088E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088E1

Black with #A088E1

Text Example


Text Example

White with #A088E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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