Html Css Color HEX #A894DB Biloba Flower

📋 copy color: '#A894DB'

red 168 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #A894DB

Tints of Biloba Flower #A894DB

RGB

 RED value IS 168 (66.02% from 255) = 31.4%

 GREEN value IS 148 (58.2% from 255) = 27.66%

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

R = 31.4%
G = 27.66%
B = 40.93%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A894DB (or 0xA894DB) is known color: Biloba Flower. HEX triplet: A8, 94 and DB. RGB value is (168,148,219). Sum of RGB (Red+Green+Blue) = 168+148+219=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A894DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894DB is #576B24. Grayscale: #A1A1A1. Windows color (decimal): -5729061 or 14390440. OLE color: 14390440.

HSL color Cylindrical-coordinate representation of color #A894DB: hue angle of 256.9º degrees, saturation: 0.5, 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 #A894DB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 148 219 -
CMYK 0.23 0.32 0 0.14
HSL 256.9º 0.5% 0.72% -
HSV(B) 256.9º 0.32% 0.86% -
XYZ 39.52 34.62 71.62 -
YUV 162.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 168 148 219 0.23 0.32 0 0.14 256.9 0.5 0.72
Hex A8 94 DB 17 20 0 E 101 32 48
Octal 250 224 333 27 40 0 16 401 62 110
Binary 10101000 10010100 11011011 10111 100000 0 1110 100000001 110010 1001000

Color Harmonies of #A894DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894DB

Black with #A894DB

Text Example


Text Example

White with #A894DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894DB; }

 p { color: rgb(168,148,219); }

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

background-color css

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

 a { background-color: rgb(168,148,219); }

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

border-color css

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

 span { border-color: rgb(168,148,219); }

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