Html Css Color HEX #A991EC Biloba Flower

📋 copy color: '#A991EC'

red 169 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #A991EC

Tints of Biloba Flower #A991EC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.36%

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

R = 30.73%
G = 26.36%
B = 42.91%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A991EC (or 0xA991EC) is known color: Biloba Flower. HEX triplet: A9, 91 and EC. RGB value is (169,145,236). Sum of RGB (Red+Green+Blue) = 169+145+236=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #A991EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A991EC is #566E13. Grayscale: #A2A2A2. Windows color (decimal): -5664276 or 15503785. OLE color: 15503785.

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

Color convert

RGB 169 145 236 -
CMYK 0.28 0.39 0 0.07
HSL 255.82º 0.71% 0.75% -
HSV(B) 255.82º 0.39% 0.93% -
XYZ 41.63 34.74 83.87 -
YUV 162.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 169 145 236 0.28 0.39 0 0.07 255.82 0.71 0.75
Hex A9 91 EC 1C 27 0 7 100 47 4B
Octal 251 221 354 34 47 0 7 400 107 113
Binary 10101001 10010001 11101100 11100 100111 0 111 100000000 1000111 1001011

Color Harmonies of #A991EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A991EC

Black with #A991EC

Text Example


Text Example

White with #A991EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A991EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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