Html Css Color HEX #A495DA Biloba Flower

📋 copy color: '#A495DA'

red 164 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #A495DA

Tints of Biloba Flower #A495DA

RGB

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

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

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

R = 30.89%
G = 28.06%
B = 41.05%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A495DA (or 0xA495DA) is known color: Biloba Flower. HEX triplet: A4, 95 and DA. RGB value is (164,149,218). Sum of RGB (Red+Green+Blue) = 164+149+218=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #A495DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DA is #5B6A25. Grayscale: #A1A1A1. Windows color (decimal): -5990950 or 14325156. OLE color: 14325156.

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

Color convert

RGB 164 149 218 -
CMYK 0.25 0.32 0 0.15
HSL 253.04º 0.48% 0.72% -
HSV(B) 253.04º 0.32% 0.85% -
XYZ 38.71 34.45 70.94 -
YUV 161.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 164 149 218 0.25 0.32 0 0.15 253.04 0.48 0.72
Hex A4 95 DA 19 20 0 F FD 30 48
Octal 244 225 332 31 40 0 17 375 60 110
Binary 10100100 10010101 11011010 11001 100000 0 1111 11111101 110000 1001000

Color Harmonies of #A495DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495DA

Black with #A495DA

Text Example


Text Example

White with #A495DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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