Html Css Color HEX #A491CE Biloba Flower

📋 copy color: '#A491CE'

red 164 ◦ green 145 ◦ blue 206

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

Shades of Biloba Flower #A491CE

Tints of Biloba Flower #A491CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 31.84%
G = 28.16%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A491CE (or 0xA491CE) is known color: Biloba Flower. HEX triplet: A4, 91 and CE. RGB value is (164,145,206). Sum of RGB (Red+Green+Blue) = 164+145+206=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A491CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491CE is #5B6E31. Grayscale: #9D9D9D. Windows color (decimal): -5991986 or 13537700. OLE color: 13537700.

HSL color Cylindrical-coordinate representation of color #A491CE: hue angle of 258.69º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A491CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 145 206 -
CMYK 0.20 0.30 0 0.19
HSL 258.69º 0.38% 0.69% -
HSV(B) 258.69º 0.3% 0.81% -
XYZ 36.58 32.6 62.76 -
YUV 157.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 164 145 206 0.20 0.30 0 0.19 258.69 0.38 0.69
Hex A4 91 CE 14 1E 0 13 103 26 45
Octal 244 221 316 24 36 0 23 403 46 105
Binary 10100100 10010001 11001110 10100 11110 0 10011 100000011 100110 1000101

Color Harmonies of #A491CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491CE

Black with #A491CE

Text Example


Text Example

White with #A491CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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