Html Css Color HEX #A491DF Biloba Flower

📋 copy color: '#A491DF'

red 164 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #A491DF

Tints of Biloba Flower #A491DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.92%

R = 30.83%
G = 27.26%
B = 41.92%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A491DF (or 0xA491DF) is known color: Biloba Flower. HEX triplet: A4, 91 and DF. RGB value is (164,145,223). Sum of RGB (Red+Green+Blue) = 164+145+223=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #A491DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DF is #5B6E20. Grayscale: #9F9F9F. Windows color (decimal): -5991969 or 14651812. OLE color: 14651812.

HSL color Cylindrical-coordinate representation of color #A491DF: hue angle of 254.62º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A491DF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 145 223 -
CMYK 0.26 0.35 0 0.13
HSL 254.62º 0.55% 0.72% -
HSV(B) 254.62º 0.35% 0.87% -
XYZ 38.75 33.47 74.23 -
YUV 159.57 163.79 131.16 -
System Red Green Blue C M Y K H S L
Decimal 164 145 223 0.26 0.35 0 0.13 254.62 0.55 0.72
Hex A4 91 DF 1A 23 0 D FF 37 48
Octal 244 221 337 32 43 0 15 377 67 110
Binary 10100100 10010001 11011111 11010 100011 0 1101 11111111 110111 1001000

Color Harmonies of #A491DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491DF

Black with #A491DF

Text Example


Text Example

White with #A491DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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