Html Css Color HEX #A491EC Biloba Flower

📋 copy color: '#A491EC'

red 164 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #A491EC

Tints of Biloba Flower #A491EC

RGB

 RED value IS 164 (64.45% from 255) = 30.09%

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

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

R = 30.09%
G = 26.61%
B = 43.3%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A491EC (or 0xA491EC) is known color: Biloba Flower. HEX triplet: A4, 91 and EC. RGB value is (164,145,236). Sum of RGB (Red+Green+Blue) = 164+145+236=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #A491EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A491EC is #5B6E13. Grayscale: #A0A0A0. Windows color (decimal): -5991956 or 15503780. OLE color: 15503780.

HSL color Cylindrical-coordinate representation of color #A491EC: hue angle of 252.53º 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 #A491EC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 145 236 -
CMYK 0.31 0.39 0 0.07
HSL 252.53º 0.71% 0.75% -
HSV(B) 252.53º 0.39% 0.93% -
XYZ 40.58 34.2 83.82 -
YUV 161.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 164 145 236 0.31 0.39 0 0.07 252.53 0.71 0.75
Hex A4 91 EC 1F 27 0 7 FD 47 4B
Octal 244 221 354 37 47 0 7 375 107 113
Binary 10100100 10010001 11101100 11111 100111 0 111 11111101 1000111 1001011

Color Harmonies of #A491EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491EC

Black with #A491EC

Text Example


Text Example

White with #A491EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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