Html Css Color HEX #A495F9 Biloba Flower

📋 copy color: '#A495F9'

red 164 ◦ green 149 ◦ blue 249

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

Shades of Biloba Flower #A495F9

Tints of Biloba Flower #A495F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.51%

 BLUE value IS 249 (97.66% from 255) = 44.31%

R = 29.18%
G = 26.51%
B = 44.31%

CMYK

 C value IS 0.34

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A495F9 (or 0xA495F9) is known color: Biloba Flower. HEX triplet: A4, 95 and F9. RGB value is (164,149,249). Sum of RGB (Red+Green+Blue) = 164+149+249=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 249 (97.66% from 255 or 44.31% from 562); Max value from RGB is 249 - color contains mainly: blue. Hex color #A495F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A495F9 is #5B6A06. Grayscale: #A4A4A4. Windows color (decimal): -5990919 or 16356772. OLE color: 16356772.

HSL color Cylindrical-coordinate representation of color #A495F9: hue angle of 249º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A495F9 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 149 249 -
CMYK 0.34 0.40 0 0.02
HSL 249º 0.89% 0.78% -
HSV(B) 249º 0.4% 0.98% -
XYZ 43.16 36.23 94.34 -
YUV 164.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 164 149 249 0.34 0.40 0 0.02 249 0.89 0.78
Hex A4 95 F9 22 28 0 2 F9 59 4E
Octal 244 225 371 42 50 0 2 371 131 116
Binary 10100100 10010101 11111001 100010 101000 0 10 11111001 1011001 1001110

Color Harmonies of #A495F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495F9

Black with #A495F9

Text Example


Text Example

White with #A495F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495F9; }

 p { color: rgb(164,149,249); }

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

background-color css

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

 a { background-color: rgb(164,149,249); }

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

border-color css

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

 span { border-color: rgb(164,149,249); }

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