Html Css Color HEX #A491D0 Biloba Flower

📋 copy color: '#A491D0'

red 164 ◦ green 145 ◦ blue 208

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

Shades of Biloba Flower #A491D0

Tints of Biloba Flower #A491D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 31.72%
G = 28.05%
B = 40.23%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A491D0 (or 0xA491D0) is known color: Biloba Flower. HEX triplet: A4, 91 and D0. RGB value is (164,145,208). Sum of RGB (Red+Green+Blue) = 164+145+208=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #A491D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491D0 is #5B6E2F. Grayscale: #9D9D9D. Windows color (decimal): -5991984 or 13668772. OLE color: 13668772.

HSL color Cylindrical-coordinate representation of color #A491D0: hue angle of 258.1º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A491D0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 145 208 -
CMYK 0.21 0.30 0 0.18
HSL 258.1º 0.4% 0.69% -
HSV(B) 258.1º 0.3% 0.82% -
XYZ 36.82 32.7 64.05 -
YUV 157.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 164 145 208 0.21 0.30 0 0.18 258.1 0.4 0.69
Hex A4 91 D0 15 1E 0 12 102 28 45
Octal 244 221 320 25 36 0 22 402 50 105
Binary 10100100 10010001 11010000 10101 11110 0 10010 100000010 101000 1000101

Color Harmonies of #A491D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491D0

Black with #A491D0

Text Example


Text Example

White with #A491D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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