Html Css Color HEX #A491DC Biloba Flower

📋 copy color: '#A491DC'

red 164 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #A491DC

Tints of Biloba Flower #A491DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 31%
G = 27.41%
B = 41.59%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A491DC (or 0xA491DC) is known color: Biloba Flower. HEX triplet: A4, 91 and DC. RGB value is (164,145,220). Sum of RGB (Red+Green+Blue) = 164+145+220=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #A491DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DC is #5B6E23. Grayscale: #9E9E9E. Windows color (decimal): -5991972 or 14455204. OLE color: 14455204.

HSL color Cylindrical-coordinate representation of color #A491DC: hue angle of 255.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A491DC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 145 220 -
CMYK 0.25 0.34 0 0.14
HSL 255.2º 0.52% 0.72% -
HSV(B) 255.2º 0.34% 0.86% -
XYZ 38.35 33.31 72.12 -
YUV 159.23 162.29 131.4 -
System Red Green Blue C M Y K H S L
Decimal 164 145 220 0.25 0.34 0 0.14 255.2 0.52 0.72
Hex A4 91 DC 19 22 0 E FF 34 48
Octal 244 221 334 31 42 0 16 377 64 110
Binary 10100100 10010001 11011100 11001 100010 0 1110 11111111 110100 1001000

Color Harmonies of #A491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491DC

Black with #A491DC

Text Example


Text Example

White with #A491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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