Html Css Color HEX #A988EC Biloba Flower

📋 copy color: '#A988EC'

red 169 ◦ green 136 ◦ blue 236

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

Shades of Biloba Flower #A988EC

Tints of Biloba Flower #A988EC

RGB

 RED value IS 169 (66.41% from 255) = 31.24%

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 31.24%
G = 25.14%
B = 43.62%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A988EC (or 0xA988EC) is known color: Biloba Flower. HEX triplet: A9, 88 and EC. RGB value is (169,136,236). Sum of RGB (Red+Green+Blue) = 169+136+236=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A988EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A988EC is #567713. Grayscale: #9C9C9C. Windows color (decimal): -5666580 or 15501481. OLE color: 15501481.

HSL color Cylindrical-coordinate representation of color #A988EC: hue angle of 259.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A988EC is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 136 236 -
CMYK 0.28 0.42 0 0.07
HSL 259.8º 0.72% 0.73% -
HSV(B) 259.8º 0.42% 0.93% -
XYZ 40.31 32.1 83.43 -
YUV 157.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 169 136 236 0.28 0.42 0 0.07 259.8 0.72 0.73
Hex A9 88 EC 1C 2A 0 7 104 48 49
Octal 251 210 354 34 52 0 7 404 110 111
Binary 10101001 10001000 11101100 11100 101010 0 111 100000100 1001000 1001001

Color Harmonies of #A988EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988EC

Black with #A988EC

Text Example


Text Example

White with #A988EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988EC; }

 p { color: rgb(169,136,236); }

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

background-color css

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

 a { background-color: rgb(169,136,236); }

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

border-color css

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

 span { border-color: rgb(169,136,236); }

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