Html Css Color HEX #A988E4 Biloba Flower

📋 copy color: '#A988E4'

red 169 ◦ green 136 ◦ blue 228

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

Shades of Biloba Flower #A988E4

Tints of Biloba Flower #A988E4

RGB

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

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

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

R = 31.71%
G = 25.52%
B = 42.78%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A988E4 (or 0xA988E4) is known color: Biloba Flower. HEX triplet: A9, 88 and E4. RGB value is (169,136,228). Sum of RGB (Red+Green+Blue) = 169+136+228=533 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.71% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #A988E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988E4 is #56771B. Grayscale: #9C9C9C. Windows color (decimal): -5666588 or 14977193. OLE color: 14977193.

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

Color convert

RGB 169 136 228 -
CMYK 0.26 0.40 0 0.11
HSL 261.52º 0.63% 0.71% -
HSV(B) 261.52º 0.4% 0.89% -
XYZ 39.17 31.64 77.44 -
YUV 156.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 169 136 228 0.26 0.40 0 0.11 261.52 0.63 0.71
Hex A9 88 E4 1A 28 0 B 106 3F 47
Octal 251 210 344 32 50 0 13 406 77 107
Binary 10101001 10001000 11100100 11010 101000 0 1011 100000110 111111 1000111

Color Harmonies of #A988E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988E4

Black with #A988E4

Text Example


Text Example

White with #A988E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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