Html Css Color HEX #A491DA Biloba Flower

📋 copy color: '#A491DA'

red 164 ◦ green 145 ◦ blue 218

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

Shades of Biloba Flower #A491DA

Tints of Biloba Flower #A491DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 31.12%
G = 27.51%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A491DA (or 0xA491DA) is known color: Biloba Flower. HEX triplet: A4, 91 and DA. RGB value is (164,145,218). Sum of RGB (Red+Green+Blue) = 164+145+218=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A491DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DA is #5B6E25. Grayscale: #9E9E9E. Windows color (decimal): -5991974 or 14324132. OLE color: 14324132.

HSL color Cylindrical-coordinate representation of color #A491DA: hue angle of 255.62º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A491DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 145 218 -
CMYK 0.25 0.33 0 0.15
HSL 255.62º 0.5% 0.71% -
HSV(B) 255.62º 0.33% 0.85% -
XYZ 38.09 33.21 70.73 -
YUV 159 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 164 145 218 0.25 0.33 0 0.15 255.62 0.5 0.71
Hex A4 91 DA 19 21 0 F 100 32 47
Octal 244 221 332 31 41 0 17 400 62 107
Binary 10100100 10010001 11011010 11001 100001 0 1111 100000000 110010 1000111

Color Harmonies of #A491DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491DA

Black with #A491DA

Text Example


Text Example

White with #A491DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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