Html Css Color HEX #A894DC Biloba Flower

📋 copy color: '#A894DC'

red 168 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #A894DC

Tints of Biloba Flower #A894DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 31.34%
G = 27.61%
B = 41.04%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A894DC (or 0xA894DC) is known color: Biloba Flower. HEX triplet: A8, 94 and DC. RGB value is (168,148,220). Sum of RGB (Red+Green+Blue) = 168+148+220=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A894DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A894DC is #576B23. Grayscale: #A1A1A1. Windows color (decimal): -5729060 or 14455976. OLE color: 14455976.

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

Color convert

RGB 168 148 220 -
CMYK 0.24 0.33 0 0.14
HSL 256.67º 0.51% 0.72% -
HSV(B) 256.67º 0.33% 0.86% -
XYZ 39.66 34.67 72.31 -
YUV 162.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 168 148 220 0.24 0.33 0 0.14 256.67 0.51 0.72
Hex A8 94 DC 18 21 0 E 101 33 48
Octal 250 224 334 30 41 0 16 401 63 110
Binary 10101000 10010100 11011100 11000 100001 0 1110 100000001 110011 1001000

Color Harmonies of #A894DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A894DC

Black with #A894DC

Text Example


Text Example

White with #A894DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A894DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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