Html Css Color HEX #A495DB Biloba Flower

📋 copy color: '#A495DB'

red 164 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #A495DB

Tints of Biloba Flower #A495DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 30.83%
G = 28.01%
B = 41.17%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A495DB (or 0xA495DB) is known color: Biloba Flower. HEX triplet: A4, 95 and DB. RGB value is (164,149,219). Sum of RGB (Red+Green+Blue) = 164+149+219=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #A495DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495DB is #5B6A24. Grayscale: #A1A1A1. Windows color (decimal): -5990949 or 14390692. OLE color: 14390692.

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

Color convert

RGB 164 149 219 -
CMYK 0.25 0.32 0 0.14
HSL 252.86º 0.49% 0.72% -
HSV(B) 252.86º 0.32% 0.86% -
XYZ 38.84 34.5 71.63 -
YUV 161.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 164 149 219 0.25 0.32 0 0.14 252.86 0.49 0.72
Hex A4 95 DB 19 20 0 E FD 31 48
Octal 244 225 333 31 40 0 16 375 61 110
Binary 10100100 10010101 11011011 11001 100000 0 1110 11111101 110001 1001000

Color Harmonies of #A495DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495DB

Black with #A495DB

Text Example


Text Example

White with #A495DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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